all repos — nixfiles @ 460eae59fd62fbc8430b5e34bb6c82afcd71a568

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

Remove TLP battery config
Alan Pearce alan@alanpearce.eu
Wed, 14 Nov 2018 15:43:48 +0100
commit

460eae59fd62fbc8430b5e34bb6c82afcd71a568

parent

ccb69f84f6123011a176a42e0e1c50ae822d3c58

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M modules/hardware/thinkpad.nixmodules/hardware/thinkpad.nix
@@ -17,14 +17,6 @@ }; 
   services.tlp = {
     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
-    '';
   };
 
   imports = [