summary refs log tree commit diff stats
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/configuration.nix b/configuration.nix
deleted file mode 100644
index 8fc047a..0000000
--- a/configuration.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{pkgs, ...}: {
-  imports = [
-    ./hardware-configuration.nix
-    ./packages.nix
-    ./networking.nix # network configuration that just works
-    ./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.stateVersion = "22.11";
-}
-# vim: ts=2
-