From 95225c50558a97c9542cd599563aa230642c9eec Mon Sep 17 00:00:00 2001 From: gabriel-doriath-dohler Date: Thu, 11 Nov 2021 23:59:59 +0000 Subject: [PATCH] delegate the gdd subzone --- machines/core-services-01/subZone.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/core-services-01/subZone.nix b/machines/core-services-01/subZone.nix index 6bcf11d..2533dd8 100644 --- a/machines/core-services-01/subZone.nix +++ b/machines/core-services-01/subZone.nix @@ -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}." ];