@cryptotaxi247 / infra-1 / commits / 96ce19f0

Remove live.nixos.org records (#225)

I'm going to decommission this machine pretty soon. Should we perhaps look into creating a more permanent solution for livestreaming?

Bryan Honof committed Dec 9, 2022 at 18:46 UTC 96ce19f0dc67c27b6518099e3608eee924065f66
1 file changed -15
terraform/dns.tf
-15
@@ -191,21 +191,6 @@ locals {
191 type = "TXT"
192 value = "v=spf1 include:spf.improvmx.com ~all"
193 },
194 - {
195 - hostname = "live.nixos.org"
196 - type = "TXT"
197 - value = "machine-owner=@bryanhonof provider=hetzner-cloud service=owncast"
198 - },
199 - {
200 - hostname = "live.nixos.org"
201 - type = "A"
202 - value = "167.235.51.204"
203 - },
204 - {
205 - hostname = "live.nixos.org"
206 - type = "AAAA"
207 - value = "2a01:4f8:c0c:96cc::42"
208 - },
194 {
195 # hetzner m1 1638981
196 hostname = "intense-heron.mac.nixos.org"