about summary refs log tree commit diff
path: root/modules/nsd.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-02-05 17:18:02 +0300
committerazahi <azat@bahawi.net>2025-02-05 17:18:02 +0300
commitec25e095a26ad1e4823887a6653132948ebc5f87 (patch)
treef3d9e02f13515e7c63bc716dc39e193924589bc8 /modules/nsd.nix
parent2025-02-02 (diff)
2025-02-05
Diffstat (limited to 'modules/nsd.nix')
-rw-r--r--modules/nsd.nix10
1 files changed, 5 insertions, 5 deletions
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

Consider giving Nix/NixOS a try! <3