From af814395300cc7393f01ea7400e84756c1dff9a2 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 5 Oct 2023 11:43:48 -0700 Subject: [PATCH] Just get rid of it, I bet there's somtehnig else going on" --- nsd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsd.nix b/nsd.nix index 49d604e..c81b579 100644 --- a/nsd.nix +++ b/nsd.nix @@ -167,7 +167,7 @@ let zone: name: "${name}" zonefile: "${stateDir}/zones/${mkZoneFileName name}" - ${maybeConfig "outgoing-interface: " zone.outgoingInterface} + ${forEach " rrl-whitelist: " zone.rrlWhitelist} ${maybeConfig "zonestats: " zone.zoneStats}