networking.wireless.iwd.settings

NixOS option

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 in: nixos/modules/services/networking/iwd.nixView source on NixOS/nixpkgs →