What...zone-definition isn't a thing

This commit is contained in:
niten 2023-10-05 14:50:07 -07:00
parent 899a3b45e5
commit 3baca55746
1 changed files with 1 additions and 2 deletions

View File

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