all repos — nixfiles @ 5f4723df19ab14b917b98677aa74d20aaf5a6557

System and user configuration, managed by nix and home-manager

thinkpad: remove battery threshold customisation
Alan Pearce alan@alanpearce.eu
Sun, 26 Aug 2018 20:00:04 +0200
commit

5f4723df19ab14b917b98677aa74d20aaf5a6557

parent

14e0c9b4e1b0212e998d1a79697d3c82f319713b

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M modules/hardware/thinkpad.nixmodules/hardware/thinkpad.nix
@@ -21,10 +21,10 @@ enable = true;     extraConfig = ''
       # Newer Thinkpads have a battery firmware
       # it conflicts with TLP if stop thresholds are set
-      START_CHARGE_THRESH_BAT0=70
-      STOP_CHARGE_THRESH_BAT0=80
-      START_CHARGE_THRESH_BAT1=70
-      STOP_CHARGE_THRESH_BAT1=80
+      # START_CHARGE_THRESH_BAT0=70
+      # STOP_CHARGE_THRESH_BAT0=80
+      # START_CHARGE_THRESH_BAT1=70
+      # STOP_CHARGE_THRESH_BAT1=80
     '';
   };