mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-01 07:59:22 +01:00
12 lines
253 B
Plaintext
12 lines
253 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
|