delegate the gdd subzone

This commit is contained in:
gabriel-doriath-dohler 2021-11-11 23:59:59 +00:00
parent 218419732a
commit 95225c5055

View file

@ -37,7 +37,10 @@ with my.ipv6; # contains { standard, acme }
builders.subdomains = lib.mapAttrs (n: AAAA: { inherit AAAA; }) remoteBuilders;
gdd.subdomains.backup.AAAA = [ "2001:470:1f13:187:350a:214a:639c:b97b" ];
gdd = {
NS = [ "ns1.gdd.${my.subZone}." ];
subdomains.ns1.AAAA = [ "2001:470:1f13:187:350a:214a:639c:b97b" ];
};
acme = {
NS = [ "acme.${my.subZone}." ];