networkmanager.nix: switch to iwd
This commit is contained in:
parent
a7e87ee232
commit
6d81b22e27
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue