diff --git a/terraform/gandi.nix b/terraform/gandi.nix index 838e1ba..94889ad 100644 --- a/terraform/gandi.nix +++ b/terraform/gandi.nix @@ -82,6 +82,9 @@ in (record "matrix" 3600 "CNAME" ["meta01.infra.p"]) (record "buildbot" 3600 "CNAME" ["buildbot.infra.p"]) + # S3 in delroth's basement + (record "cache" 3600 "CNAME" ["smol.delroth.net."]) + (record "vpn-gw.wob01.infra" 3600 "AAAA" [ "2a01:584:11::2" ]) # TODO: do not hardcode, just reuse the Colmena hive module outputs to generate all the required details. ] ++ map (index: record "builder-${toString index}.wob01.infra" 3600 "AAAA" [ "2a01:584:11::1:${toString index}" ]) (genList lib.id 12));