Update intel microcode

This commit is contained in:
Bad 2022-07-08 23:45:44 +02:00
parent 4a121b2ed2
commit 570d1be68c
1 changed files with 2 additions and 0 deletions

View File

@ -11,11 +11,13 @@
system.stateVersion = "20.09"; # Did you read the comment?
boot.loader.efi.canTouchEfiVariables = true;
hardware.cpu.intel.updateMicrocode = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
services.fwupd.enable = true;
fileSystems."/" =