about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2023-03-29 07:50:47 +0200
committerGitHub <noreply@github.com>2023-03-29 07:50:47 +0200
commit7942e2e38f33bc30020062b5a0de3e9479d3f826 (patch)
tree92120eedcb39e7b8dc5807f29fbdc6b189be3c16
parent4929fad3c7e11acfdb53d70cabf69f254000a54d (diff)
parentf5b754881dd9b8554e313fcbca6dc5885b63a994 (diff)
Merge pull request #221108 from mrobbetts/bind_remove_allow_query
bind: remove hard-coded `allow-query` config setting
-rw-r--r--nixos/modules/services/networking/bind.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/bind.nix b/nixos/modules/services/networking/bind.nix
index f963e341546c7..05e8632e3125c 100644
--- a/nixos/modules/services/networking/bind.nix
+++ b/nixos/modules/services/networking/bind.nix
@@ -87,7 +87,6 @@ let
                      };
                    ''
                 }
-                allow-query { any; };
                 ${extraConfig}
               };
             '')