diff options
author | Alan Pearce | 2018-08-26 20:00:04 +0200 |
---|---|---|
committer | Alan Pearce | 2018-08-26 20:00:04 +0200 |
commit | 5f4723df19ab14b917b98677aa74d20aaf5a6557 (patch) | |
tree | 5cc35654f53b91f294805228a45e9dc0c25813fb /modules/hardware | |
parent | 14e0c9b4e1b0212e998d1a79697d3c82f319713b (diff) | |
download | nixos-configuration-5f4723df19ab14b917b98677aa74d20aaf5a6557.tar.lz nixos-configuration-5f4723df19ab14b917b98677aa74d20aaf5a6557.tar.zst nixos-configuration-5f4723df19ab14b917b98677aa74d20aaf5a6557.zip |
thinkpad: remove battery threshold customisation
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/thinkpad.nix | 8 |
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 ''; }; |