MyNixOS website logo
option

systemd.network.networks.<name>.ipv6RoutePrefixes

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

Declarations
Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    LifetimeSec = 3600;
    Route = "fd00::/64";
  }
]