From 3c8e3f39fc0e6e68e888708c179ff3ee17c7ead9 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 31 Jan 2024 15:46:31 +0100 Subject: [PATCH] feat(meta): Add dns config v1 --- meta/dns.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta/dns.nix b/meta/dns.nix index 4cdb787..935d69e 100644 --- a/meta/dns.nix +++ b/meta/dns.nix @@ -121,6 +121,13 @@ let in { + SOA = { + nameServer = "ns01.dgnum.eu."; + adminEmail = "dns.dgnum.eu"; + retry = 3600; + minimum = 300; + }; + # Primary DNS servers NS = [ "ns01.dgnum.eu." # ns-03.hubrecht.ovh