hostRecords -> makeHostRecords

This commit is contained in:
niten 2023-10-06 10:39:28 -07:00
parent 3f8d326961
commit 8cf59bff47
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ let
$TTL ${zone.host-record-ttl}
${joinLines (mapAttrsToList hostRecords zone.hosts)}
${joinLines (mapAttrsToList makeHostRecords zone.hosts)}
${joinLines (mapAttrsToList cnameRecord zone.aliases)}