delegate the gdd subzone
This commit is contained in:
parent
218419732a
commit
95225c5055
1 changed files with 4 additions and 1 deletions
|
@ -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}." ];
|
||||
|
|
Loading…
Reference in a new issue