Iwd: Difference between revisions
imported>Makefu add gnome-keyring remark |
imported>Eoli3n No edit summary |
||
Line 17: | Line 17: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
networking.networkmanager.wifi.backend = "iwd"; | networking.networkmanager.wifi.backend = "iwd"; | ||
</syntaxhighlight> | |||
== iwd as backend for Connman == | |||
Iwd could be use as a backend for Connman too. | |||
<syntaxhighlight lang="nix"> | |||
services.connman.wifi.backend = "iwd"; | |||
</syntaxhighlight> | </syntaxhighlight> | ||