networking/networkmanager.nix: switch backend to wpa_supplicant

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit cb504ad8ca

View file

@ -19,8 +19,8 @@ in {
powersave = true; powersave = true;
# Backend is either wpa_supplicant or iwd, # Backend is either wpa_supplicant or iwd,
# we use iwd. # I use wpa_supplicant since it is simply more reliable.
backend = "iwd"; backend = "wpa_supplicant";
}; };
}; };
} }