5 lines
98 B
Nix
5 lines
98 B
Nix
{
|
|
powerManagement.cpuFreqGovernor = "powersave";
|
|
hardware.cpu.intel.updateMicrocode = true;
|
|
}
|