mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: disable cpu-autofreq as it causes issues
This commit is contained in:
parent
602a886234
commit
404036359a
1 changed files with 13 additions and 13 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue