Correct bracket nesting
This commit is contained in:
parent
7dcde9c87c
commit
1bbc59a131
@ -111,8 +111,8 @@ let
|
|||||||
''_kerberos IN TXT "${zone.gssapi-realm}"'';
|
''_kerberos IN TXT "${zone.gssapi-realm}"'';
|
||||||
|
|
||||||
subdomainRecords = joinLines (mapAttrsToList
|
subdomainRecords = joinLines (mapAttrsToList
|
||||||
(subdom: subdomCfg: domainRecords "${subdom}.${domain}" subdomCfg))
|
(subdom: subdomCfg: domainRecords "${subdom}.${domain}" subdomCfg)
|
||||||
zone.subdomains;
|
zone.subdomains);
|
||||||
|
|
||||||
in ''
|
in ''
|
||||||
$ORIGIN ${domain};
|
$ORIGIN ${domain};
|
||||||
|
Loading…
Reference in New Issue
Block a user