From f5b754881dd9b8554e313fcbca6dc5885b63a994 Mon Sep 17 00:00:00 2001 From: Matthew Robbetts Date: Mon, 13 Mar 2023 18:39:10 -0700 Subject: [PATCH] bind: remove hard-coded `allow-query` config file entry, so it can be customized via `extraConfig` --- nixos/modules/services/networking/bind.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/networking/bind.nix b/nixos/modules/services/networking/bind.nix index f963e341546c..05e8632e3125 100644 --- a/nixos/modules/services/networking/bind.nix +++ b/nixos/modules/services/networking/bind.nix @@ -87,7 +87,6 @@ let }; '' } - allow-query { any; }; ${extraConfig} }; '')