about summary refs log tree commit diff
path: root/modules/nixos/unbound.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixos/unbound.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/unbound.nix b/modules/nixos/unbound.nix
index c7338e5..18e6867 100644
--- a/modules/nixos/unbound.nix
+++ b/modules/nixos/unbound.nix
@@ -133,9 +133,9 @@ in {
 
               extended-statistics = true;
 
-              log-replies = true;
-              log-tag-queryreply = true;
-              log-local-actions = true;
+              log-replies = false;
+              log-tag-queryreply = false;
+              log-local-actions = false;
 
               verbosity = 0;
 

Consider giving Nix/NixOS a try! <3