summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2018-02-02 11:33:28 +0100
committerAlan Pearce2018-02-02 11:33:28 +0100
commitfe8ecb77db5d0cc75704992d94064c760e0f3153 (patch)
treece2a5ef5c250da7012f616062dcfaa9a92137c75 /modules
parent838688f0d32edc305b8d56039b01b85ffada0e5a (diff)
downloadnixos-configuration-fe8ecb77db5d0cc75704992d94064c760e0f3153.tar.lz
nixos-configuration-fe8ecb77db5d0cc75704992d94064c760e0f3153.tar.zst
nixos-configuration-fe8ecb77db5d0cc75704992d94064c760e0f3153.zip
Update microcode for bare-metal Intel CPUs
Diffstat (limited to 'modules')
-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 c816e18..b3c9d35 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;