From 3e37b4bcbc70903d020aa87240cde3888918a972 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Tue, 8 Jul 2025 16:13:30 +0300 Subject: [PATCH] freun.dev: fix dmarc record --- hosts/freun-dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/freun-dev/configuration.nix b/hosts/freun-dev/configuration.nix index 9c97be1..2e17225 100644 --- a/hosts/freun-dev/configuration.nix +++ b/hosts/freun-dev/configuration.nix @@ -55,7 +55,7 @@ in }; "_dmarc".TXT = { ttl = 86400; - values = [ "v=DMARC1; p=reject" ]; + values = [ "v=DMARC1\\; p=reject" ]; }; "uberspace._domainkey".TXT = { ttl = 86400;