From 8cf59bff47ef9976245de5cc358a19a3b252cf45 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 10:39:28 -0700 Subject: [PATCH] hostRecords -> makeHostRecords --- zone-to-zonefile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}