Don't pass ksk anymore
This commit is contained in:
parent
d95eb5e99e
commit
b7d3f2d94c
|
@ -106,7 +106,7 @@ in {
|
||||||
{ ksk, zone, reverse-zones, ... }:
|
{ ksk, zone, reverse-zones, ... }:
|
||||||
listToAttrs (map (network:
|
listToAttrs (map (network:
|
||||||
reverseZonefile {
|
reverseZonefile {
|
||||||
inherit domain network ksk;
|
inherit domain network;
|
||||||
inherit (zone) nameservers;
|
inherit (zone) nameservers;
|
||||||
keyFile = ksk.key-file;
|
keyFile = ksk.key-file;
|
||||||
ipHostMap = cfg.ip-host-map;
|
ipHostMap = cfg.ip-host-map;
|
||||||
|
|
Loading…
Reference in New Issue