about summary refs log tree commit diff
path: root/system/machines/chupacabra.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-04T17·14-0400
committerGriffin Smith <root@gws.fyi>2020-05-04T17·14-0400
commita7e96371712f285b37678ac33f210590947275c9 (patch)
tree44386d4abde8341712ceec9f1b14dab9e97c4db2 /system/machines/chupacabra.nix
parent7ff91eb99a77364e1404a11c4ae1d34101138736 (diff)
Update intel microcode
Diffstat (limited to 'system/machines/chupacabra.nix')
-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 a283346ad5..2186a59eba 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" ];