networkmanager.nix: switch to iwd

This commit is contained in:
Charlie Root 2025-02-25 17:28:32 +01:00
commit 6d81b22e27
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

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 wpa_supplicant. # we use iwd.
backend = "wpa_supplicant"; backend = "iwd";
}; };
}; };
} }