@cryptotaxi247 / infra / commits / 80fb0f72

dns: prune rhea.nixos.org

All services have been migrated to mimas.nixos.org, its successor.

Martin Weinelt committed Dec 11, 2024 at 02:59 UTC 80fb0f7217b6370925a367ebae01139a90be7209
1 file changed -10
terraform/dns.tf
-10
@@ -76,16 +76,6 @@ locals {
76 type = "CNAME"
77 value = "pluto.nixos.org"
78 },
79 - {
80 - hostname = "rhea.nixos.org"
81 - type = "A"
82 - value = "5.9.122.43"
83 - },
84 - {
85 - hostname = "rhea.nixos.org"
86 - type = "AAAA"
87 - value = "2a01:4f8:162:71eb::"
88 - },
79 {
80 hostname = "mimas.nixos.org"
81 type = "AAAA"