From 260decf18137a57be0ccf97d907fdd36437ca015 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 30 Sep 2019 16:25:59 +0200 Subject: laptop: increase power saving --- modules/hardware/laptop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/hardware/laptop.nix') diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index e90f4f1..17e27b6 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -58,6 +58,10 @@ 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" ''; }; -- cgit 1.4.1