about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--system/machines/chupacabra.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/machines/chupacabra.nix b/system/machines/chupacabra.nix
index a283346ad509..2186a59ebad0 100644
--- a/system/machines/chupacabra.nix
+++ b/system/machines/chupacabra.nix
@@ -25,6 +25,8 @@
   boot.kernelParams = [ "acpi_rev_override" ];
   services.thermald.enable = true;
 
+  hardware.cpu.intel.updateMicrocode = true;
+
   # Intel-only graphics
   hardware.nvidiaOptimus.disable = true;
   boot.blacklistedKernelModules = [ "nouveau" "intel" ];