NetworkManager: track wifi-backend.conf and deploy via install.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-13 14:46:50 -07:00
parent b57d134c2b
commit 9362a5ee1d
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
[device]
wifi.backend=iwd
+3
View File
@@ -72,4 +72,7 @@ echo "==> Deploying suspend/hibernate config"
sudo install -Dm644 "$(pwd)/logind/lid.conf" /etc/systemd/logind.conf.d/lid.conf
sudo install -Dm644 "$(pwd)/sleep/hibernate-delay.conf" /etc/systemd/sleep.conf.d/hibernate-delay.conf
echo "==> Deploying NetworkManager config"
sudo install -Dm644 "$(pwd)/NetworkManager/conf.d/wifi-backend.conf" /etc/NetworkManager/conf.d/wifi-backend.conf
echo "==> Done. Start Niri with: niri-session"