nixbld: update CPU microcode

force-ssl-main-website
Sebastien Bourdeauducq 2023-09-29 11:53:48 +08:00
parent 68333e5616
commit b10f158a48
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ in
boot.loader.grub.device = "nodev";
boot.loader.grub.efiSupport = true;
boot.loader.efi.canTouchEfiVariables = true;
hardware.cpu.amd.updateMicrocode = true;
boot.supportedFilesystems = ["zfs"];
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];