aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/vhack.eu/configuration.nix25
-rw-r--r--hosts/vhack.eu/networking.nix (renamed from networking.nix)0
2 files changed, 25 insertions, 0 deletions
diff --git a/hosts/vhack.eu/configuration.nix b/hosts/vhack.eu/configuration.nix
new file mode 100644
index 0000000..a58e58d
--- /dev/null
+++ b/hosts/vhack.eu/configuration.nix
@@ -0,0 +1,25 @@
+{pkgs, ...}: {
+ imports = [
+ ./networking.nix # network configuration that just works
+
+ ../../system/hardware.nix
+ ../../system/fileSystemLayouts.nix
+ ../../system/packages.nix
+ ../../system/users.nix
+
+ ../../services/minecraft.nix
+ ../../services/rust-motd.nix
+ ../../services/opensshd.nix
+ ];
+
+ boot.cleanTmpDir = true;
+ zramSwap.enable = true;
+ networking.hostName = "server1";
+ networking.domain = "vhack.eu";
+
+ system.fileSystemLayouts.mainDisk = "/dev/vda3";
+
+ system.stateVersion = "22.11";
+}
+# vim: ts=2
+
diff --git a/networking.nix b/hosts/vhack.eu/networking.nix
index 26d6719..26d6719 100644
--- a/networking.nix
+++ b/hosts/vhack.eu/networking.nix