diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 18:48:46 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 18:48:46 +0100 |
commit | 55e8ab8d4228dded4a2b474b8fda54cfa62e57c0 (patch) | |
tree | b1f96f857774e18dca03b871bf5e8f30454c41cd | |
parent | a10939a50b65d0dfde31244d861349352e817461 (diff) | |
download | nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar.gz nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar.bz2 nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.tar.xz nixos-55e8ab8d4228dded4a2b474b8fda54cfa62e57c0.zip |
increase nsd verbosity
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |