Iwd: Difference between revisions

Updated nixos option for gnome-keyring
Lcchy (talk | contribs)
m Add a warning about a default privacy feature of Networkmanager being silently turned off when using iwd as a backend. Refs: https://bbs.archlinux.org/viewtopic.php?id=280657 https://gitlab.com/postmarketOS/pmaports/-/issues/2502
Tags: Mobile edit Mobile web edit Visual edit
Line 51: Line 51:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
networking.networkmanager.wifi.backend = "iwd";
networking.networkmanager.wifi.backend = "iwd";
</syntaxhighlight>
</syntaxhighlight>{{Warning|Setting this will silently turn off MAC address randomization as Networkmanager does not control the MAC address randomization features of `iwd` for which it is turned off by default.
Use the `AddressRandomization` option in the iwd settings to remediate this.}}


=== iwd as backend for Connman ===
=== iwd as backend for Connman ===