[NixOS] Use performance frequency governor for jay-lenovo
This commit is contained in:
parent
d8c4354492
commit
eb582173c4
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
networking.hostName = "jay-lenovo";
|
networking.hostName = "jay-lenovo";
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user