MyNixOS website logo
option

systemd.network.networks.<name>.ipv6AddressLabels

A list of [IPv6AddressLabel] sections to be added to the unit. See systemd.network(5) for details.

Declarations
Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    Label = 0;
    Prefix = "3fff::/20";
  }
]