Merge pull request #189201 from jmbaur/ipv6-route-prefix-example

nixos/systemd.network: Fix `ipv6RoutePrefixes` example
This commit is contained in:
Christian Kögler 2022-09-09 17:05:36 +02:00 committed by GitHub
commit d44b9d665c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1411,7 +1411,7 @@ let
ipv6RoutePrefixes = mkOption {
default = [];
example = [ { Route = "fd00::/64"; LifetimeSec = 3600; } ];
example = [ { ipv6RoutePrefixConfig = { Route = "fd00::/64"; LifetimeSec = 3600; }; } ];
type = with types; listOf (submodule ipv6RoutePrefixOptions);
description = ''
A list of ipv6RoutePrefix sections to be added to the unit. See