1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

Enable powersave features when on battery (taken from #60)

This commit is contained in:
Alberto Berti 2018-07-21 21:20:25 +02:00
parent b84f46f208
commit 4428c70b17

View file

@ -20,9 +20,11 @@
# See https://linrunner.de/en/tlp/docs/tlp-faq.html#battery # See https://linrunner.de/en/tlp/docs/tlp-faq.html#battery
services.tlp.extraConfig = '' services.tlp.extraConfig = ''
START_CHARGE_THRESH_BAT0=75 START_CHARGE_THRESH_BAT0=75
STOP_CHARGE_THRESH_BAT0=80 STOP_CHARGE_THRESH_BAT0=80
''; CPU_SCALING_GOVERNOR_ON_BAT=powersave
ENERGY_PERF_POLICY_ON_BAT=powersave
'';
# Temporary fix for cpu throttling issues visible in the kernel log # Temporary fix for cpu throttling issues visible in the kernel log
# (journalctl -k) by setting the same temperature limits used by # (journalctl -k) by setting the same temperature limits used by