diff options
author | ene <ene@sils.li> | 2023-02-05 10:25:28 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-05 10:25:28 +0100 |
commit | 1b73e041b1aff42d3fdb448931c4aafdea986da8 (patch) | |
tree | 8fe1ab82703afd932de40108ecfeca9bb138ed94 | |
parent | Fix: correct host name and convenience changes (diff) | |
download | nixos-server-1b73e041b1aff42d3fdb448931c4aafdea986da8.tar.gz nixos-server-1b73e041b1aff42d3fdb448931c4aafdea986da8.zip |
Feat: Use default.nix
Diffstat (limited to '')
-rw-r--r-- | hosts/server1/configuration.nix | 4 | ||||
-rw-r--r-- | services/default.nix (renamed from services/services.nix) | 0 | ||||
-rw-r--r-- | system/default.nix (renamed from system/system.nix) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index 6f91fc0..729ef0f 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -2,9 +2,9 @@ imports = [ ./networking.nix # network configuration that just works - ../../system/system.nix + ../../system - ../../services/services.nix + ../../services ]; boot.cleanTmpDir = true; diff --git a/services/services.nix b/services/default.nix index 6983529..6983529 100644 --- a/services/services.nix +++ b/services/default.nix diff --git a/system/system.nix b/system/default.nix index 2af4982..2af4982 100644 --- a/system/system.nix +++ b/system/default.nix |