Correct bracket nesting

This commit is contained in:
niten 2023-10-06 12:44:55 -07:00
parent 7dcde9c87c
commit 1bbc59a131
1 changed files with 2 additions and 2 deletions

View File

@ -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};