From b7d3f2d94c8f752b2f117ad2cf0794cff2794fd8 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 3 Nov 2023 13:14:49 -0700 Subject: [PATCH] Don't pass ksk anymore --- authoritative-dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;