update microcode

This commit is contained in:
foosinn 2020-10-13 15:07:43 +02:00
parent d39c1a3622
commit b7f5317e76

View file

@ -38,6 +38,7 @@ in {
# custom # custom
boot.kernelPackages = unstable.linuxPackages_latest; boot.kernelPackages = unstable.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
hardware.cpu.intel.updateMicrocode = true;
networking.hostId = "eff291c4"; networking.hostId = "eff291c4";
networking.hostName = "sphere"; networking.hostName = "sphere";
networking.interfaces.enp0s20f0u1.useDHCP = true; networking.interfaces.enp0s20f0u1.useDHCP = true;