@cryptotaxi247 / infra-1 / commits / 902dea94

add staging mergebot

Jörg Thalheim committed Dec 29, 2024 at 18:52 UTC 902dea94a2febbaf860f56d886482175620b78ea
1 file changed +16
terraform/dns.tf
+16
@@ -321,6 +321,22 @@ locals {
321 type = "A"
322 value = "37.27.11.42"
323 },
324 + {
325 + hostname = "nixpkgs-merge-bot.nixos.org"
326 + type = "AAAA"
327 + value = "2a01:4f9:c012:7615::1"
328 + },
329 + # nixpkgs-merge-bot-staging.nixos.org is currently hosted by helsinki systems
330 + {
331 + hostname = "nixpkgs-merge-bot-staging.nixos.org"
332 + type = "A"
333 + value = "37.27.197.11"
334 + },
335 + {
336 + hostname = "nixpkgs-merge-bot-staging.nixos.org"
337 + type = "AAAA"
338 + value = "2a01:4f9:c010:dd30::1"
339 + },
340 {
341 hostname = "umbriel.nixos.org"
342 type = "A"