diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/server1/configuration.nix (renamed from hosts/vhack.eu/configuration.nix) | 9 | ||||
-rw-r--r-- | hosts/server1/networking.nix (renamed from hosts/vhack.eu/networking.nix) | 0 |
2 files changed, 2 insertions, 7 deletions
diff --git a/hosts/vhack.eu/configuration.nix b/hosts/server1/configuration.nix index a58e58d..6f91fc0 100644 --- a/hosts/vhack.eu/configuration.nix +++ b/hosts/server1/configuration.nix @@ -2,14 +2,9 @@ imports = [ ./networking.nix # network configuration that just works - ../../system/hardware.nix - ../../system/fileSystemLayouts.nix - ../../system/packages.nix - ../../system/users.nix + ../../system/system.nix - ../../services/minecraft.nix - ../../services/rust-motd.nix - ../../services/opensshd.nix + ../../services/services.nix ]; boot.cleanTmpDir = true; diff --git a/hosts/vhack.eu/networking.nix b/hosts/server1/networking.nix index 26d6719..26d6719 100644 --- a/hosts/vhack.eu/networking.nix +++ b/hosts/server1/networking.nix |