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)}