From a7e96371712f285b37678ac33f210590947275c9 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 4 May 2020 13:14:14 -0400 Subject: Update intel microcode --- system/machines/chupacabra.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ]; -- cgit 1.4.1