From cdbd9f7f83099a48bfa59a886b6e51790d898a24 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Feb 2023 21:37:52 +0100 Subject: Flake: Changed the configuration to a flake Nix flakes make a lot of things very easy. --- configuration.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 configuration.nix (limited to 'configuration.nix') 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 - -- cgit 1.4.1