diff options
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 |