From 7d6dee34130d33ff72e91739bcb154b44fb637a1 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 10:31:59 -0700 Subject: [PATCH] dmarc-email -> dmarcEmail --- zone-to-zonefile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone-to-zonefile.nix b/zone-to-zonefile.nix index e299e16..492baef 100644 --- a/zone-to-zonefile.nix +++ b/zone-to-zonefile.nix @@ -91,7 +91,7 @@ let dmarcRecord = dmarcEmail: optionalString (dmarcEmail != null) '' - _dmarc IN TXT "v=DMARC1;p=quarantine;sp=quarantine;rua=mailto:${dmarc-email};"''; + _dmarc IN TXT "v=DMARC1;p=quarantine;sp=quarantine;rua=mailto:${dmarcEmail};"''; mxRecords = map (mx: "@ IN MX 10 ${mx}.");