diff options
author | Alan Pearce | 2018-11-14 15:43:48 +0100 |
---|---|---|
committer | Alan Pearce | 2018-11-14 15:43:48 +0100 |
commit | 460eae59fd62fbc8430b5e34bb6c82afcd71a568 (patch) | |
tree | 90e6d439cbb0e81dca50750de241b3fa155091d3 /modules/hardware | |
parent | ccb69f84f6123011a176a42e0e1c50ae822d3c58 (diff) | |
download | nixos-configuration-460eae59fd62fbc8430b5e34bb6c82afcd71a568.tar.lz nixos-configuration-460eae59fd62fbc8430b5e34bb6c82afcd71a568.tar.zst nixos-configuration-460eae59fd62fbc8430b5e34bb6c82afcd71a568.zip |
Remove TLP battery config
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/thinkpad.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix index 0d2a1ee..903e819 100644 --- a/modules/hardware/thinkpad.nix +++ b/modules/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 = [ |