From b18cb5368e54c7f2be6268322cb8dc01ca9a04b6 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 2 Nov 2023 10:04:24 -0700 Subject: [PATCH] Forget tracing for now --- zone-to-zonefile.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zone-to-zonefile.nix b/zone-to-zonefile.nix index 8674ade..bc126bb 100644 --- a/zone-to-zonefile.nix +++ b/zone-to-zonefile.nix @@ -121,8 +121,7 @@ let $ORIGIN ${domain}. $TTL ${zone.default-ttl} - ${joinLines - (map (record: trace "RECORD: ${record}" record) defaultHostRecords)} + ${joinLines defaultHostRecords} ${joinLines (mxRecords zone.mx)}