Don't pass ksk anymore

This commit is contained in:
niten 2023-11-03 13:14:49 -07:00
parent d95eb5e99e
commit b7d3f2d94c
1 changed files with 1 additions and 1 deletions

View File

@ -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;