dns: add records for wiki.nixos.org
Julien Malka committed
Feb 12, 2024 at 12:06 UTC
240b53cf62fdd9b343890a39b71153304adb4eaf
1 file changed
+10
terraform/dns.tf
+10
@@ -265,6 +265,16 @@ locals {
265
hostname = "umbriel.nixos.org"
266
type = "AAAA"
267
value = "2a01:4f9:c011:8fb5::1"
268
+ },
269
+ {
270
+ hostname = "wiki.nixos.org"
271
+ type = "A"
272
+ value = "65.21.240.250"
273
+ },
274
+ {
275
+ hostname = "wiki.nixos.org"
276
+ type = "AAAA"
277
+ value = "2a01:4f9:c012:8178::"
278
}
279
]
280
}