feat(hosts/helix-texta): lower battery restrictions

This commit is contained in:
Malte Tammena 2023-12-01 18:44:07 +01:00
parent f1b4e09a7a
commit 652423c4af

View file

@ -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 = {