Merge pull request #100 from eyJhb/lenovo-x1-thresh

lenovo-x1: removed battery TLP threshholds
This commit is contained in:
Yegor Timoshenko 2019-02-19 12:45:08 +03:00 committed by GitHub
commit a2e36c1b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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
'';
}