remove incorrect ip adresses for the gdd subdomain
This commit is contained in:
parent
df41ea07c1
commit
218419732a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ with my.ipv6; # contains { standard, acme }
|
|||
|
||||
builders.subdomains = lib.mapAttrs (n: AAAA: { inherit AAAA; }) remoteBuilders;
|
||||
|
||||
gdd.subdomains.backup.AAAA = [ "2001:470:1f13:187:475:9fc1:1e84:4055" "2001:470:1f13:187:e8a5:fbff:fe29:42f5" "2001:470:1f13:187:350a:214a:639c:b97b" ];
|
||||
gdd.subdomains.backup.AAAA = [ "2001:470:1f13:187:350a:214a:639c:b97b" ];
|
||||
|
||||
acme = {
|
||||
NS = [ "acme.${my.subZone}." ];
|
||||
|
|
Loading…
Reference in a new issue