hydra.nixos.org: point to rhea
Graham Christensen committed
Mar 31, 2022 at 15:54 UTC
93b3e7a7dfc662d2ec2970d60aff4f790ccf0b3e
1 file changed
+2
-7
terraform/dns.tf
+2
-7
@@ -48,13 +48,8 @@ locals {
48
},
49
{
50
hostname = "hydra.nixos.org"
51
- type = "A"
52
- value = "46.4.66.184"
53
- },
54
- {
55
- hostname = "hydra.nixos.org"
56
- type = "AAAA"
57
- value = "2a01:4f8:140:244c::"
51
+ type = "CNAME"
52
+ value = "rhea.nixos.org"
53
},
54
{
55
hostname = "monitoring.nixos.org"