diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -644,6 +644,8 @@ in rec { | |||
644 | services.nsd = { | 644 | services.nsd = { |
645 | enable = true; | 645 | enable = true; |
646 | verbosity = 2; | 646 | verbosity = 2; |
647 | interfaces = [ "127.0.0.1" "::1" "[::ffff:127.0.0.1]" "10.141.5.1" "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ]; | ||
648 | ipTransparent = true; | ||
647 | zones = { | 649 | zones = { |
648 | "inwx" = { | 650 | "inwx" = { |
649 | notify = [ "217.70.142.96 NOKEY" | 651 | notify = [ "217.70.142.96 NOKEY" |