about summary refs log tree commit diff
path: root/modules/nixos/unbound.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-12-10 13:13:40 +0300
committerAzat Bahawi <azat@bahawi.net>2023-12-10 13:13:40 +0300
commit2d042c19294619c8ac673db4e1007824cf0811f2 (patch)
tree24382b073d9a75522c9de2e4a96768af2916daae /modules/nixos/unbound.nix
parent2023-12-03 (diff)
2023-12-10
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