diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-03-29 22:35:21 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-03-29 22:36:50 +0100 |
| commit | 2418424adabca0a1616cca4920221cd67149b65a (patch) | |
| tree | b5b237376601cdfbd386ab96be5015fc486147fc /nixos/services.nix | |
| parent | ed0794d5d65c1e15038c308f0a2751a2bcc5cc84 (diff) | |
Initial commit (Pre-flakes)
Diffstat (limited to 'nixos/services.nix')
| -rw-r--r-- | nixos/services.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/services.nix b/nixos/services.nix new file mode 100644 index 0000000..c7fac0e --- /dev/null +++ b/nixos/services.nix @@ -0,0 +1,3 @@ +{config, lib, pkgs, ...}: +{ +} |
