diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-04T17·14-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-04T17·14-0400 |
commit | a7e96371712f285b37678ac33f210590947275c9 (patch) | |
tree | 44386d4abde8341712ceec9f1b14dab9e97c4db2 /system | |
parent | 7ff91eb99a77364e1404a11c4ae1d34101138736 (diff) |
Update intel microcode
Diffstat (limited to 'system')
-rw-r--r-- | system/machines/chupacabra.nix | 2 |
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" ]; |