diff --git a/system/machines/chupacabra.nix b/system/machines/chupacabra.nix index a283346ad..2186a59eb 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" ];