laptop: increase power saving
Alan Pearce alan@alanpearce.eu
Mon, 30 Sep 2019 16:25:59 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M modules/hardware/laptop.nix → modules/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" ''; };