diff --git a/zone-to-zonefile.nix b/zone-to-zonefile.nix index fe6e317..e7d17da 100644 --- a/zone-to-zonefile.nix +++ b/zone-to-zonefile.nix @@ -111,8 +111,8 @@ let ''_kerberos IN TXT "${zone.gssapi-realm}"''; subdomainRecords = joinLines (mapAttrsToList - (subdom: subdomCfg: domainRecords "${subdom}.${domain}" subdomCfg)) - zone.subdomains; + (subdom: subdomCfg: domainRecords "${subdom}.${domain}" subdomCfg) + zone.subdomains); in '' $ORIGIN ${domain};