about summary refs log tree commit diff stats
path: root/modules/by-name/dn/dns
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-04 20:07:40 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-09 13:44:28 +0100
commit023db950e9e3128769a90e5c309dbddf3750bd5b (patch)
tree2b1b2e9bb784a579f4d49b002184d903480b44ad /modules/by-name/dn/dns
parentmodules/dns: Provide the option to open the required firewall ports (diff)
downloadnixos-server-023db950e9e3128769a90e5c309dbddf3750bd5b.zip
modules/dns: Set a reasonable verbosity level
The default is way too quiet.
Diffstat (limited to 'modules/by-name/dn/dns')
-rw-r--r--modules/by-name/dn/dns/module.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/by-name/dn/dns/module.nix b/modules/by-name/dn/dns/module.nix
index 432ba7e..0bb786a 100644
--- a/modules/by-name/dn/dns/module.nix
+++ b/modules/by-name/dn/dns/module.nix
@@ -65,6 +65,7 @@ in {
   config = lib.mkIf cfg.enable {
     services.nsd = {
       enable = true;
+      verbosity = 4;
       inherit (cfg) interfaces;
       inherit zones;
     };