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 /hosts | |
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 'hosts')
-rw-r--r-- | hosts/server1/configuration.nix | 4 |
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; |