@cryptotaxi247 / infra / commits / b88a59ea

add staging-hydra.nixos.org to dns

Jörg Thalheim committed Feb 15, 2025 at 17:10 UTC b88a59ea53280b385f8396934910c07440460e64
1 file changed +10
terraform/dns.tf
+10
@@ -61,6 +61,16 @@ locals {
61 type = "CNAME"
62 value = "pluto.nixos.org"
63 },
64 + {
65 + hostname = "staging-hydra.nixos.org"
66 + type = "A"
67 + value = "157.180.25.203"
68 + },
69 + {
70 + hostname = "staging-hydra.nixos.org"
71 + type = "AAAA"
72 + value = "2a01:4f9:c012:d5d3::1"
73 + },
74 {
75 hostname = "monitoring.nixos.org"
76 type = "CNAME"