From 752194eb61d08b9558c2e6c32ed906f6c118e5de Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 11 Mar 2024 23:29:07 +0000 Subject: [PATCH] fix: slight cleanup of the dns file --- applications/dns.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/applications/dns.nix b/applications/dns.nix index 437625d..9504217 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -58,11 +58,9 @@ 3600 ; Minimum (1 hour) ) - @ NS ns1.${domain}. - @ NS ns2.${domain}. - ; @ stands for teh root domain so teh A record below is where ${domain} points to - ;@ A 193.1.99.76 - ;@ MX 5 ${domain}. + ; @ stands for teh root domain so teh A record below is where ${domain} points to + @ NS ns1.skynet.ie. + @ NS ns2.skynet.ie. ; can have multiple mailserves @ MX 10 mail.${domain}.