summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 22:42:41 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 22:42:41 +0100
commitda8674b5b3841ef794c5fcaaccf9f5d4a0b2710a (patch)
treec3925fd3e5f2256c39b75a43592d610cd8edff0e
parente8ad5ad37e0affffa1e58c41f877a2e503dd1fb1 (diff)
downloadnixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar
nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar.gz
nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar.bz2
nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar.xz
nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.zip
prevent port collisions
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 41efc471..c85e880c 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -661,7 +661,7 @@ in rec {
661 ]; 661 ];
662 provideXFR = [ "217.70.142.96 NOKEY" 662 provideXFR = [ "217.70.142.96 NOKEY"
663 ]; 663 ];
664 outgoingInterface = "188.68.51.254@5353"; 664 outgoingInterface = "188.68.51.254";
665 children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); 665 children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; });
666 }; 666 };
667 }; 667 };