moved settings to each system configuration added per system volume increments

This commit is contained in:
ISnortPennies 2023-02-01 13:38:24 -05:00
parent c525bfa78e
commit c4079791b5
5 changed files with 271 additions and 17 deletions

View file

@ -23,7 +23,7 @@
m:
../modules + ("/" + m + ".nix")
);
networking.hostName = "gerg-laptop";
networking.hostName = settings.hostname;
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.cpu.amd.updateMicrocode = true;
users = {