networking/networkmanager.nix: switch backend to wpa_supplicant
This commit is contained in:
parent
c120398b51
commit
cb504ad8ca
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ in {
|
|||
powersave = true;
|
||||
|
||||
# Backend is either wpa_supplicant or iwd,
|
||||
# we use iwd.
|
||||
backend = "iwd";
|
||||
# I use wpa_supplicant since it is simply more reliable.
|
||||
backend = "wpa_supplicant";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue