diff options
| author | Grisha Shipunov | 2025-01-03 13:50:53 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-03 13:50:53 +0100 |
| commit | a31fff4a8ee01555b8d24af5816b436998b74200 (patch) | |
| tree | 981428e3f6508b6366b6e768fd558202e66c7810 /modules/tlp.nix | |
| parent | b08ed7b544c1198941089a6d44de521fbb6fef4c (diff) | |
disable wifi powersaving
Diffstat (limited to 'modules/tlp.nix')
| -rw-r--r-- | modules/tlp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; }; } |
