mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
lenovo-x1: removed battery TLP threshholds
This commit is contained in:
parent
36d8bd88cd
commit
3dac9eae9a
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue