summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2019-02-19 12:45:08 +0300
committerGitHub <noreply@github.com>2019-02-19 12:45:08 +0300
commita2e36c1b0cafc7e8d1b99ed017b6b97ac8132bf1 (patch)
tree03d315a310318700461e76f33e54fdbb4e2f5bcf
parent36d8bd88cd72cfa8ee4162e6580f0a8e7de132ba (diff)
parent3dac9eae9a3d6b003746b0d28a10e4645e5eb357 (diff)
Merge pull request #100 from eyJhb/lenovo-x1-thresh
lenovo-x1: removed battery TLP threshholds
-rw-r--r--lenovo/thinkpad/x1/6th-gen/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/lenovo/thinkpad/x1/6th-gen/default.nix b/lenovo/thinkpad/x1/6th-gen/default.nix
index f876c08..295c8b0 100644
--- a/lenovo/thinkpad/x1/6th-gen/default.nix
+++ b/lenovo/thinkpad/x1/6th-gen/default.nix
@@ -12,12 +12,4 @@
../../../../common/pc/laptop/acpi_call.nix
../../../../common/pc/laptop/cpu-throttling-bug.nix
];
-
- # See https://linrunner.de/en/tlp/docs/tlp-faq.html#battery
- services.tlp.extraConfig = ''
- START_CHARGE_THRESH_BAT0=75
- STOP_CHARGE_THRESH_BAT0=80
- CPU_SCALING_GOVERNOR_ON_BAT=powersave
- ENERGY_PERF_POLICY_ON_BAT=powersave
- '';
}