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";
};
auto-cpufreq = {
enable = true;
settings = {
battery = {
governor = "powersave";
turbo = "auto";
};
charger = {
governor = "performance";
turbo = "auto";
};
};
};
# auto-cpufreq = {
# enable = true;
# settings = {
# battery = {
# governor = "powersave";
# turbo = "auto";
# };
# charger = {
# governor = "performance";
# turbo = "auto";
# };
# };
# };
};
boot = {