summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-02-04 21:59:05 +0100
committerGrisha Shipunov2025-02-04 21:59:05 +0100
commit9842b2df1aaee81591f50904e89ababb6677e0e3 (patch)
tree05a00d2101ef7a4fbdab684b985dc34d1c5656d1
parent6e1af4849c593c1dd0bd1c849d0fe85f7b1fc455 (diff)
wifi sleep seems to work again
-rw-r--r--modules/tlp.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tlp.nix b/modules/tlp.nix
index 0265110..5606ab2 100644
--- a/modules/tlp.nix
+++ b/modules/tlp.nix
@@ -9,7 +9,6 @@
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";
};
};
}