server2: add updateMicrocode

This commit is contained in:
Astro 2021-04-08 01:49:25 +02:00
parent 8bdeedea9a
commit d820cdffd3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
hardware.cpu.intel.updateMicrocode = true;
fileSystems."/" =
{ device = "server2/root";