summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 18:36:50 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 18:36:50 +0100
commit0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c (patch)
tree9b5b13a7e1d8af2e82188e3ea81b7ff2d253c88e /ymir.nix
parentfbeb4b0516f05f62adf9cf4e4e84ce835d2c734b (diff)
downloadnixos-0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c.tar
nixos-0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c.tar.gz
nixos-0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c.tar.bz2
nixos-0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c.tar.xz
nixos-0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c.zip
drop ip4→ip6 transport address
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 22b5c0cb..cdf4914b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -644,7 +644,7 @@ 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::" ]; 647 interfaces = [ "127.0.0.1" "::1" "10.141.5.1" "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ];
648 ipTransparent = true; 648 ipTransparent = true;
649 zones = { 649 zones = {
650 "inwx" = { 650 "inwx" = {