From 7d450335cb5a31a750b99772af169f592731c50f Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 14 Jan 2022 15:17:13 -0800 Subject: [PATCH] Add metrics test host. Remove explicit ns1-4 maps for selby.ca --- zones/fudo.org.nix | 1 + zones/selby.ca.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/zones/fudo.org.nix b/zones/fudo.org.nix index 43fccba..f6185f5 100644 --- a/zones/fudo.org.nix +++ b/zones/fudo.org.nix @@ -137,6 +137,7 @@ test = { aliases = { git = "nutboy3.fudo.org."; + metrics = "nutboy3.fudo.org."; webmail = "nutboy3.fudo.org."; }; }; diff --git a/zones/selby.ca.nix b/zones/selby.ca.nix index d42d74e..e3a701f 100644 --- a/zones/selby.ca.nix +++ b/zones/selby.ca.nix @@ -4,10 +4,6 @@ imap = "mail.fudo.org."; mail = "mail.fudo.org."; minecraft = "minecraft.fudo.org."; - ns1 = "ns1.fudo.org."; - ns2 = "ns2.fudo.org."; - ns3 = "ns3.fudo.org."; - ns4 = "ns4.fudo.org."; pop = "mail.fudo.org."; smtp = "mail.fudo.org."; webmail = "webmail.fudo.org.";