fix: disable cpu-autofreq as it causes issues

This commit is contained in:
Ahwx 2024-07-16 18:42:50 +02:00
parent 602a886234
commit 404036359a

View file

@ -31,19 +31,19 @@
criticalPowerAction = "PowerOff"; criticalPowerAction = "PowerOff";
}; };
auto-cpufreq = { # auto-cpufreq = {
enable = true; # enable = true;
settings = { # settings = {
battery = { # battery = {
governor = "powersave"; # governor = "powersave";
turbo = "auto"; # turbo = "auto";
}; # };
charger = { # charger = {
governor = "performance"; # governor = "performance";
turbo = "auto"; # turbo = "auto";
}; # };
}; # };
}; # };
}; };
boot = { boot = {