diff --git a/authoritative-dns.nix b/authoritative-dns.nix index 94cb234..6f1bad2 100644 --- a/authoritative-dns.nix +++ b/authoritative-dns.nix @@ -106,7 +106,7 @@ in { { ksk, zone, reverse-zones, ... }: listToAttrs (map (network: reverseZonefile { - inherit domain network ksk; + inherit domain network; inherit (zone) nameservers; keyFile = ksk.key-file; ipHostMap = cfg.ip-host-map;