aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;
};