diff --git a/authoritative-dns.nix b/authoritative-dns.nix index e2e913e..c42f4a0 100644 --- a/authoritative-dns.nix +++ b/authoritative-dns.nix @@ -131,7 +131,6 @@ in { reverseZonefile { inherit domain network notify; inherit (zone) nameservers; - keyFile = ksk.key-file; ipHostMap = cfg.ip-host-map; serial = cfg.timestamp; }) reverse-zones)) cfg.domains;