Self-host your own digital island

start dns soa serial number at 0 by default

Changed files
+1 -1
modules
hosting
+1 -1
modules/hosting/dns.nix
···
config.dns = lib.mkIf cfg.dns.enable {
enable = true;
-
soa.serial = 2018011623;
+
soa.serial = lib.mkDefault 0;
records = builtins.concatMap (ns: [
{
name = "@";