1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-10 08:30:53 +01:00

14 lines
290 B
Plaintext

# iwd is replacement for wpa_supplicant by Intel
# Important!
# systemctl disable --now wpa_supplicant
# systemctl mask wpa_supplicant
# systemctl enable --now iwd
# systemctl restart NetworkManager
[device]
wifi.backend=iwd
wifi.iwd.autoconnect=true
# vim: filetype=NetworkManager.conf