diff --git a/config/net/pub.nix b/config/net/pub.nix index 16f8feb..82c6f92 100644 --- a/config/net/pub.nix +++ b/config/net/pub.nix @@ -11,9 +11,15 @@ domainName = "pub.zentralwerk.org"; dynamicDomain = true; hosts4 = { pub-gw = "172.20.78.1"; }; - hosts6 = { dn42 = { pub-gw = "fd23:42:c3d2:583::1"; }; }; + hosts6 = { + dn42.pub-gw = "fd23:42:c3d2:583::1"; + flpk.pub-gw = "2a0f:5382:acab:1403::1"; + }; subnet4 = "172.20.78.0/23"; - subnets6 = { dn42 = "fd23:42:c3d2:583::/64"; }; + subnets6 = { + dn42 = "fd23:42:c3d2:583::/64"; + flpk = "2a0f:5382:acab:1403::/64"; + }; }; site.hosts.pub-gw = { @@ -28,7 +34,8 @@ }; }; ospf = { - allowedUpstreams = [ "anon1" "freifunk" ]; + allowedUpstreams = [ "anon1" "flpk-gw" "freifunk" ]; + allowedUpstreams6 = [ "flpk-gw" "anon1" "freifunk" ]; }; role = "container"; };