Iwd: Difference between revisions
imported>Vdot0x23 Created page with "iwd (iNet wireless daemon) is a Linux-only wireless daemon aiming to decrease the time spent making connections. = Using iwd = iwd can be enabled with the following snippet...." |
imported>Makefu use option instead of extraConfig for networkmanager |
||
Line 16: | Line 16: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
networking.networkmanager. | networking.networkmanager.wifi.backend = "iwd"; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Note that iwd is experimental and it does not have feature parity with the default backend, wpa_supplicant. | Note that iwd is experimental and it does not have feature parity with the default backend, wpa_supplicant. |