What...zone-definition isn't a thing
This commit is contained in:
parent
899a3b45e5
commit
3baca55746
|
@ -79,8 +79,7 @@ in {
|
|||
dnssec = zoneCfg.ksk.key-file != null;
|
||||
ksk.keyFile =
|
||||
mkIf (zoneCfg.ksk.key-file != null) zoneCfg.ksk.key-file;
|
||||
data = let
|
||||
content = zoneToZonefile cfg.timestamp dom domCfg.zone-definition;
|
||||
data = let content = zoneToZonefile cfg.timestamp dom domCfg.zone;
|
||||
in trace content content;
|
||||
}) cfg.domains;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue