diff options
Diffstat (limited to '')
-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; |