From 1bbc59a1317eb1ff78bb011e9a2caeb119a2afb0 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 12:44:55 -0700 Subject: [PATCH] Correct bracket nesting --- zone-to-zonefile.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};