Skip to content

Commit 0a0e186

Browse files
authored
Merge pull request #525 from NixOS/merge-bot
add staging mergebot
2 parents 2347389 + 902dea9 commit 0a0e186

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

terraform/dns.tf

+16
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,22 @@ locals {
321321
type = "A"
322322
value = "37.27.11.42"
323323
},
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+
},
324340
{
325341
hostname = "umbriel.nixos.org"
326342
type = "A"

0 commit comments

Comments
 (0)