diff --git a/modules/system/os/networking/networkmanager.nix b/modules/system/os/networking/networkmanager.nix index 174b896..c6e13b9 100644 --- a/modules/system/os/networking/networkmanager.nix +++ b/modules/system/os/networking/networkmanager.nix @@ -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"; }; }; }