summary refs log tree commit diff stats
path: root/modules/hardware/bare-metal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/bare-metal.nix')
-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;