feat(hosts/helix-texta): lower battery restrictions
This commit is contained in:
parent
f1b4e09a7a
commit
652423c4af
|
@ -17,16 +17,12 @@
|
|||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "powersave";
|
||||
cpuFreqGovernor = "ondemand";
|
||||
powertop.enable = true;
|
||||
};
|
||||
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
START_CHARGE_THRESH_BAT0 = 75;
|
||||
STOP_CHARGE_THRESH_BAT0 = 85;
|
||||
};
|
||||
};
|
||||
|
||||
services.tp-auto-kbbl = {
|
||||
|
|
Loading…
Reference in a new issue