myork: revert to auto-cpufreq
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5dc23f50bf
commit
eb806ba6f7
2 changed files with 6 additions and 6 deletions
|
@ -23,10 +23,10 @@ in {
|
|||
services = {
|
||||
fw-fanctrl.enable = true;
|
||||
|
||||
# auto-cpufreq.max = {
|
||||
# battery = 3; # GHz
|
||||
# #// charger = 3.5; # GHz
|
||||
# };
|
||||
auto-cpufreq.max = {
|
||||
battery = 3; # GHz
|
||||
#// charger = 3.5; # GHz
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
profile = "desktop"; # Inherit desktop
|
||||
|
||||
services = {
|
||||
#// auto-cpufreq.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
auto-cpufreq.enable = true;
|
||||
#// power-profiles-daemon.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue