nunotaba: Use performance cpuFreqGovernor
With kernel 5.10 powersave is stuck at 798 MHz for some reason.
This commit is contained in:
parent
54288988de
commit
6cb59d0149
|
@ -40,7 +40,7 @@
|
|||
{ device = "/dev/disk/by-uuid/b9ad2d56-fee0-49df-98c1-00d93d991b9f"; }
|
||||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
||||
# Most of the time I want to use both screens at the same time and suspend it
|
||||
# regularily by closing the lid
|
||||
|
|
Loading…
Reference in a new issue