Skip to content

Commit f58c959

Browse files
authored
Disable Wi-Fi powersave by default for all connections (#4529)
Set wifi.powersave to 2 (disabled) in NetworkManager settings by default for all connections. Since HAOS is generally used on servers, powersaving doesn't bring any obvious benefit and is often cause of problems and higher network latency. If needed, nmcli can be used to override the new default. Refs #3832
1 parent 615eab2 commit f58c959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildroot-external/rootfs-overlay/etc/NetworkManager/NetworkManager.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ backend=journal
1313
[connection]
1414
connection.mdns=2
1515
connection.llmnr=2
16+
wifi.powersave=2
1617

1718
[connectivity]
1819
uri=http://checkonline.home-assistant.io/online.txt

0 commit comments

Comments
 (0)