From ec25e095a26ad1e4823887a6653132948ebc5f87 Mon Sep 17 00:00:00 2001 From: azahi Date: Wed, 5 Feb 2025 17:18:02 +0300 Subject: 2025-02-05 --- modules/nsd.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/nsd.nix') diff --git a/modules/nsd.nix b/modules/nsd.nix index 13cebe9..efc175c 100644 --- a/modules/nsd.nix +++ b/modules/nsd.nix @@ -78,8 +78,8 @@ in { p = "quarantine"; sp = "quarantine"; - rua = [ "mailto:admin+rua@${domain}" ]; - ruf = [ "mailto:admin+ruf@${domain}" ]; + rua = [ "mailto:postmaster@${domain}" ]; + ruf = [ "mailto:postmaster@${domain}" ]; } ]; DKIM = optional (dkimKey != null) { @@ -102,8 +102,8 @@ in SOA = { nameServer = "${cfg.fqdn}."; - adminEmail = "admin+dns@${my.domain.shire}"; - serial = 2024010301; # Don't forget to bump the revision! + adminEmail = "hostmaster@${my.domain.shire}"; + serial = 2025020201; # Don't forget to bump the revision! }; NS = with my.domain; [ @@ -111,7 +111,7 @@ in # "ns2.${shire}" ]; - CAA = letsEncrypt "admin+caa@${my.domain.shire}"; + CAA = letsEncrypt "hostmaster@${my.domain.shire}"; } sldIps extra -- cgit 1.4.1