summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-02-02 11:33:28 +0100
committerAlan Pearce2018-02-02 11:33:28 +0100
commitfe8ecb77db5d0cc75704992d94064c760e0f3153 (patch)
treece2a5ef5c250da7012f616062dcfaa9a92137c75
parent838688f0d32edc305b8d56039b01b85ffada0e5a (diff)
downloadnixfiles-fe8ecb77db5d0cc75704992d94064c760e0f3153.tar.lz
nixfiles-fe8ecb77db5d0cc75704992d94064c760e0f3153.tar.zst
nixfiles-fe8ecb77db5d0cc75704992d94064c760e0f3153.zip
Update microcode for bare-metal Intel CPUs
-rw-r--r--modules/hardware/bare-metal.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/bare-metal.nix b/modules/hardware/bare-metal.nix
index c816e18e..b3c9d359 100644
--- a/modules/hardware/bare-metal.nix
+++ b/modules/hardware/bare-metal.nix
@@ -10,6 +10,7 @@
   ];
 
   boot.kernelPackages = pkgs.linuxPackages_latest;
+  hardware.cpu.intel.updateMicrocode = true;
 
   boot.tmpOnTmpfs = true;