summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 18:48:46 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 18:48:46 +0100
commit55e8ab8d4228dded4a2b474b8fda54cfa62e57c0 (patch)
treeb1f96f857774e18dca03b871bf5e8f30454c41cd
parenta10939a50b65d0dfde31244d861349352e817461 (diff)
downloadnixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar
nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar.gz
nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar.bz2
nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar.xz
nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.zip
increase nsd verbosity
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index bb9c764a..e12ae138 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -644,7 +644,7 @@ in rec {
644 644
645 services.nsd = { 645 services.nsd = {
646 enable = true; 646 enable = true;
647 verbosity = 2; 647 verbosity = 3;
648 interfaces = [ "127.0.0.1" "::1" "10.141.5.1" "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ]; 648 interfaces = [ "127.0.0.1" "::1" "10.141.5.1" "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ];
649 ipTransparent = true; 649 ipTransparent = true;
650 zones = { 650 zones = {