diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 22:42:41 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 22:42:41 +0100 |
commit | da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a (patch) | |
tree | c3925fd3e5f2256c39b75a43592d610cd8edff0e /ymir.nix | |
parent | e8ad5ad37e0affffa1e58c41f877a2e503dd1fb1 (diff) | |
download | nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar.gz nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar.bz2 nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.tar.xz nixos-da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a.zip |
prevent port collisions
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |