zephyrus: enable intel microcode
This commit is contained in:
parent
9b2320b2a4
commit
afa86b08f7
|
@ -52,5 +52,8 @@ in {
|
|||
|
||||
powerManagement.cpuFreqGovernor = mkDefault "powersave";
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
cpu.intel.updateMicrocode = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue