all repos — nixfiles @ 260decf18137a57be0ccf97d907fdd36437ca015

System and user configuration, managed by nix and home-manager

laptop: increase power saving

Alan Pearce
commit

260decf18137a57be0ccf97d907fdd36437ca015

parent

90d721bbb85fae19d78e63fcd02579c38e06578a

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/hardware/laptop.nixmodules/hardware/laptop.nix
@@ -58,6 +58,10 @@ services.tlp = {
enable = true; extraConfig = '' CPU_SCALING_GOVERNOR_ON_BAT=powersave + ENERGY_PERF_POLICY_ON_BAT="balance_power" + + SOUND_POWER_SAVE_ON_AC=60 + DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wwan" ''; };