zephyrus: enable intel microcode
This commit is contained in:
parent
9b2320b2a4
commit
afa86b08f7
1 changed files with 4 additions and 1 deletions
|
|
@ -52,5 +52,8 @@ in {
|
|||
|
||||
powerManagement.cpuFreqGovernor = mkDefault "powersave";
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
cpu.intel.updateMicrocode = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue