From f02f15a568318bf9ed66176ef0efe564c0369f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 20 Dec 2022 05:26:16 +0100 Subject: [PATCH] Fix eval --- nix/nixos-module/container/upstream.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/upstream.nix b/nix/nixos-module/container/upstream.nix index d37bb14..4cc5c80 100644 --- a/nix/nixos-module/container/upstream.nix +++ b/nix/nixos-module/container/upstream.nix @@ -24,7 +24,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. - networkConfig.DHCPv6PrefixDelegation = true; + networkConfig.DHCPPrefixDelegation = true; dhcpV6PrefixDelegationConfig = { SubnetId = "81"; # because we have static addresses, we don't actually use this