diff options
author | ene <ene@sils.li> | 2023-03-18 16:21:45 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-18 16:24:41 +0100 |
commit | 5a0cb28f369c104bb371974df876c8c705b0ee7e (patch) | |
tree | 0e7f5d56eec9cd6a3b4bc903d920bee418c94f51 /hosts/server1/configuration.nix | |
parent | Fix: Try to fix ipv6 (diff) | |
download | nixos-server-5a0cb28f369c104bb371974df876c8c705b0ee7e.tar.gz nixos-server-5a0cb28f369c104bb371974df876c8c705b0ee7e.zip |
Refactor: Use better file layout
Diffstat (limited to 'hosts/server1/configuration.nix')
-rw-r--r-- | hosts/server1/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index 729ef0f..694b6b4 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -3,8 +3,6 @@ ./networking.nix # network configuration that just works ../../system - - ../../services ]; boot.cleanTmpDir = true; |