@cryptotaxi247 / infra-1 / commits / 1ea4901c

dns: set up AAAA for eris

Martin Weinelt committed Feb 11, 2024 at 20:41 UTC 1ea4901c8ca69188d064cabc70ab48e53bf5c37a
1 file changed +5
terraform/dns.tf
+5
@@ -21,6 +21,11 @@ locals {
21 type = "A"
22 value = "138.201.32.77"
23 },
24 + {
25 + hostname = "eris.nixos.org"
26 + type = "AAAA"
27 + value = "2a01:4f8:171:33cc::1"
28 + },
29 {
30 hostname = "haumea.nixos.org"
31 type = "A"