MyNixOS website logo
option

systemd.network.networks.<name>.ipv6AcceptRAConfig

Each attribute in this set specifies an option in the [IPv6AcceptRA] section of the unit. See systemd.network(5) for details.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  DHCPv6Client = "always";
  UseDNS = true;
}