Don't pass ksk anymore
This commit is contained in:
parent
d95eb5e99e
commit
b7d3f2d94c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue