fix(thinkpad-p1-gen3): fix cpu frequence governor, ondemand is not supported

This commit is contained in:
Malte Tammena 2024-01-01 14:45:08 +01:00
parent 4ed0e4f9a2
commit d100681f0c

View file

@ -17,7 +17,7 @@
powerManagement = {
enable = true;
cpuFreqGovernor = "ondemand";
cpuFreqGovernor = "powersafe";
powertop.enable = true;
};