summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/server1/configuration.nix4
1 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;