Switch Wi-Fi setup to NetworkManager

This commit is contained in:
David Heinemeier Hansson
2026-05-21 10:19:36 +02:00
parent 190c31503c
commit b19dc7eae2
5 changed files with 120 additions and 162 deletions
+4
View File
@@ -3,5 +3,9 @@
# omarchy:summary=Unblock and restart the Wi-Fi service.
echo -e "Unblocking wifi...\n"
rfkill unblock wifi
nmcli networking on
nmcli radio wifi on
nmcli device wifi rescan 2>/dev/null || true
rfkill list wifi