{pkgs, ...}: { imports = [ ./networking.nix # network configuration that just works ./hardware.nix ../../system ]; boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "server1"; networking.domain = "vhack.eu"; system.fileSystemLayouts.mainDisk = "/dev/disk/by-uuid/7d960eb9-9334-4aef-9f7c-9a908a91a6db"; system.stateVersion = "22.11"; } # vim: ts=2