diff --git a/modules/system/os/networking/networkmanager.nix b/modules/system/os/networking/networkmanager.nix index 63efdf8..1f9a6a5 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 wpa_supplicant. - backend = "wpa_supplicant"; + # we use iwd. + backend = "iwd"; }; }; }