all repos — nixfiles @ fe8ecb77db5d0cc75704992d94064c760e0f3153

System and user configuration, managed by nix and home-manager

Update microcode for bare-metal Intel CPUs
Alan Pearce alan@alanpearce.eu
Fri, 02 Feb 2018 11:33:28 +0100
commit

fe8ecb77db5d0cc75704992d94064c760e0f3153

parent

838688f0d32edc305b8d56039b01b85ffada0e5a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/hardware/bare-metal.nixmodules/hardware/bare-metal.nix
@@ -10,6 +10,7 @@ usbutils   ];
 
   boot.kernelPackages = pkgs.linuxPackages_latest;
+  hardware.cpu.intel.updateMicrocode = true;
 
   boot.tmpOnTmpfs = true;