summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-08-26 20:00:04 +0200
committerAlan Pearce2018-08-26 20:00:04 +0200
commit5f4723df19ab14b917b98677aa74d20aaf5a6557 (patch)
tree5cc35654f53b91f294805228a45e9dc0c25813fb
parent14e0c9b4e1b0212e998d1a79697d3c82f319713b (diff)
downloadnixos-configuration-5f4723df19ab14b917b98677aa74d20aaf5a6557.tar.lz
nixos-configuration-5f4723df19ab14b917b98677aa74d20aaf5a6557.tar.zst
nixos-configuration-5f4723df19ab14b917b98677aa74d20aaf5a6557.zip
thinkpad: remove battery threshold customisation
-rw-r--r--modules/hardware/thinkpad.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix
index 755b433..15ec4df 100644
--- a/modules/hardware/thinkpad.nix
+++ b/modules/hardware/thinkpad.nix
@@ -21,10 +21,10 @@
     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
     '';
   };