From 7a83b5baad5d8d048e3c91108841f24b12e8ebb4 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 10:11:02 -0700 Subject: [PATCH] dmark -> dmarc --- zone-definition.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone-definition.nix b/zone-definition.nix index 4e33adb..1b67e9d 100644 --- a/zone-definition.nix +++ b/zone-definition.nix @@ -134,7 +134,7 @@ let example = [ "some-host IN CNAME target-host" ]; }; - dmark-report-address = mkOption { + dmarc-report-address = mkOption { type = nullOr str; description = "Email address to recieve DMARC reports, if any."; example = "admin-user@domain.com";