Add netboot.nixos.org -> monitoring.nixos.org dns
Graham Christensen committed
Sep 29, 2022 at 19:42 UTC
b3e2d050a022379c8415d7af3978de64037f8a67
1 file changed
+5
terraform/dns.tf
+5
@@ -41,6 +41,11 @@ locals {
41
type = "CNAME"
42
value = "rhea.nixos.org"
43
},
44
+ {
45
+ hostname = "netboot.nixos.org"
46
+ type = "CNAME"
47
+ value = "monitoring.nixos.org"
48
+ },
49
{
50
hostname = "monitoring.nixos.org"
51
type = "A"