nixos-module/container/upstream: update DHCPv6PrefixDelegation configuration
parent
c6d2879d93
commit
02de036ba7
|
@ -20,10 +20,7 @@ in
|
|||
# systemd-networkd only requests Prefix Delegation via DHCPv6 on
|
||||
# the upstream interface if another interface is configured for it.
|
||||
# without this, the static ipv6 subnet won't be routed to us.
|
||||
extraConfig = ''
|
||||
[Network]
|
||||
IPv6PrefixDelegation=dhcpv6
|
||||
'';
|
||||
networkConfig.DHCPv6PrefixDelegation = true;
|
||||
dhcpV6PrefixDelegationConfig = {
|
||||
SubnetId = "81";
|
||||
# because we have static addresses, we don't actually use this
|
||||
|
|
Loading…
Reference in New Issue