Fuck...just print the zones
This commit is contained in:
parent
3244b2d821
commit
b9840d547c
3
nsd.nix
3
nsd.nix
@ -185,7 +185,8 @@ let
|
|||||||
${forEach " provide-xfr: " zone.provideXFR}
|
${forEach " provide-xfr: " zone.provideXFR}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
zoneConfigs = zoneConfigs' { } "" { children = cfg.zones; };
|
zoneConfigs =
|
||||||
|
zoneConfigs' { } "" { children = (trace (attrNames cfg.zones) cfg.zones); };
|
||||||
|
|
||||||
zoneConfigs' = parent: name: zone:
|
zoneConfigs' = parent: name: zone:
|
||||||
if !(zone ? children) || zone.children == null || zone.children == { }
|
if !(zone ? children) || zone.children == null || zone.children == { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user