diff --git a/nsd.nix b/nsd.nix index 7413f00..9bda40e 100644 --- a/nsd.nix +++ b/nsd.nix @@ -185,7 +185,8 @@ let ${forEach " provide-xfr: " zone.provideXFR} ''; - zoneConfigs = zoneConfigs' { } "" { children = cfg.zones; }; + zoneConfigs = + zoneConfigs' { } "" { children = (trace (attrNames cfg.zones) cfg.zones); }; zoneConfigs' = parent: name: zone: if !(zone ? children) || zone.children == null || zone.children == { }