dns: make monitoring.nixos.org a CNAME
Pierre Bourdon committed
Feb 22, 2024 at 11:26 UTC
aee4dcbbbaaabfab8e320de2414a73ad8e904cd4
1 file changed
+2
-2
terraform/dns.tf
+2
-2
@@ -58,8 +58,8 @@ locals {
58
},
59
{
60
hostname = "monitoring.nixos.org"
61
- type = "A"
62
- value = "138.201.32.77"
61
+ type = "CNAME"
62
+ value = "eris.nixos.org"
63
},
64
{
65
hostname = "pluto.nixos.org"