l x220: disable charging threshold

This commit is contained in:
lassulus 2020-09-27 15:36:35 +02:00
parent d450eb6c37
commit 519223df33

View File

@ -47,9 +47,10 @@
services.logind.lidSwitchDocked = "ignore"; services.logind.lidSwitchDocked = "ignore";
services.tlp.enable = true; services.tlp.enable = true;
services.tlp.extraConfig = '' #services.tlp.extraConfig = ''
START_CHARGE_THRESH_BAT0=80 # START_CHARGE_THRESH_BAT0=80
STOP_CHARGE_THRESH_BAT0=95 # STOP_CHARGE_THRESH_BAT0=95
''; #'';
services.xserver.dpi = 80;
} }