diff --git a/zone-to-zonefile.nix b/zone-to-zonefile.nix index 512ebf3..4750bb4 100644 --- a/zone-to-zonefile.nix +++ b/zone-to-zonefile.nix @@ -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)}