dns: bump SOA checks

This commit is contained in:
Sandro - 2024-05-01 23:15:47 +02:00
parent 0ec977a618
commit af5cf82ed2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,10 +11,10 @@ let
nameServer = "${lib.dns.ns}.";
adminEmail = "astro@spaceboyz.net";
serial = lib.toInt serial;
refresh = 60*60;
retry = 60;
expire = 2*60;
minimum = 60;
refresh = 1*60*60;
retry = 5*60;
expire = 2*60*60;
minimum = 1*60;
};
NS = map (a: a+".") ns;
subdomains = lib.foldl (a: b: lib.recursiveUpdate a b) { } (map ({ name, type, data }: {