1
1
Fork 0

myork: revert to auto-cpufreq

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-06 11:37:03 -06:00
parent 5dc23f50bf
commit eb806ba6f7
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 6 additions and 6 deletions

View file

@ -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
};
};
};

View file

@ -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;
};
};