This commit is contained in:
waveringana 2025-06-01 23:43:42 -04:00
parent 01b8871c18
commit c26dbc38cc
2 changed files with 29 additions and 45 deletions

View file

@ -25,6 +25,9 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault
config.hardware.enableRedistributableFirmware;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
networking.hostName = "buer";
networking.hostId = "1418d29e";
networking.useDHCP = false;