Just get rid of it, I bet there's somtehnig else going on"
This commit is contained in:
parent
b0ad41a9e7
commit
af81439530
2
nsd.nix
2
nsd.nix
|
@ -167,7 +167,7 @@ let
|
||||||
zone:
|
zone:
|
||||||
name: "${name}"
|
name: "${name}"
|
||||||
zonefile: "${stateDir}/zones/${mkZoneFileName name}"
|
zonefile: "${stateDir}/zones/${mkZoneFileName name}"
|
||||||
${maybeConfig "outgoing-interface: " zone.outgoingInterface}
|
|
||||||
${forEach " rrl-whitelist: " zone.rrlWhitelist}
|
${forEach " rrl-whitelist: " zone.rrlWhitelist}
|
||||||
${maybeConfig "zonestats: " zone.zoneStats}
|
${maybeConfig "zonestats: " zone.zoneStats}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue