networking.wireless.iwd.settings

Options passed to iwd. See iwd.config(5) for supported options.

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Network = {
    EnableIPv6 = true;
    RoutePriorityOffset = 300;
  };
  Settings = {
    AutoConnect = true;
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/iwd.nix>