pruflas: set cpu frequency governor to 'performance'

This commit is contained in:
Tim Schubert 2022-07-03 14:33:06 +02:00
parent 74f63afb19
commit f33df4daef
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -30,5 +30,5 @@
swapDevices = [ ];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}