From a31fff4a8ee01555b8d24af5816b436998b74200 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 3 Jan 2025 13:50:53 +0100 Subject: [PATCH] disable wifi powersaving --- modules/tlp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tlp.nix b/modules/tlp.nix index b9753a4..930ca6d 100644 --- a/modules/tlp.nix +++ b/modules/tlp.nix @@ -9,6 +9,7 @@ USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c"; CPU_SCALING_GOVERNOR_ON_AC = "performance"; CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; + WIFI_PWR_ON_BAT= "off"; }; }; }