networking.getaddrinfo.scopev4
Adds custom rules to the IPv4 scope table.
By default, the scope IDs described in section 3.2 of RFC 6724 are used.
Modifying these values is rarely necessary.
- Type
null or (attribute set of signed integer)- Default
null- Example
{ "::ffff:0.0.0.0/96" = 14; "::ffff:127.0.0.0/104" = 2; "::ffff:169.254.0.0/112" = 2; }- Declared
- <nixpkgs/nixos/modules/config/getaddrinfo.nix>