@cryptotaxi247 / infra-1 / commits / 4cd30f56

Add live.nixos.org records

For Nix's 20th anniversary, the marketing team had the idea to host a livestream like during the Summer of Nix. I've just re-used the server config of the Summer of Nix, but these records were removed back then.

Bryan Honof committed Mar 1, 2023 at 10:18 UTC 4cd30f56037106cebdd6b48540a5a73ed6dda28a
1 file changed +15
terraform/dns.tf
+15
@@ -191,6 +191,21 @@ 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 = "135.181.145.218"
203 + },
204 + {
205 + hostname = "live.nixos.org"
206 + type = "AAAA"
207 + value = "2a01:4f9:c011:bca2::/64"
208 + },
209 {
210 # hetzner m1 1638981
211 hostname = "intense-heron.mac.nixos.org"