all repos — nixfiles @ fe8ecb77db5d0cc75704992d94064c760e0f3153

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

Update microcode for bare-metal Intel CPUs

Alan Pearce
commit

fe8ecb77db5d0cc75704992d94064c760e0f3153

parent

838688f0d32edc305b8d56039b01b85ffada0e5a

1 file changed, 1 insertion(+), 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;