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 = {
|
services = {
|
||||||
fw-fanctrl.enable = true;
|
fw-fanctrl.enable = true;
|
||||||
|
|
||||||
# auto-cpufreq.max = {
|
auto-cpufreq.max = {
|
||||||
# battery = 3; # GHz
|
battery = 3; # GHz
|
||||||
# #// charger = 3.5; # GHz
|
#// charger = 3.5; # GHz
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
profile = "desktop"; # Inherit desktop
|
profile = "desktop"; # Inherit desktop
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
#// auto-cpufreq.enable = true;
|
auto-cpufreq.enable = true;
|
||||||
power-profiles-daemon.enable = true;
|
#// power-profiles-daemon.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue