summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-09 22:05:04 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-09 22:05:04 +0200
commit9e6c2dae0ed7acd933908d4a95dc572623a61278 (patch)
treecf78b3262c63c10f3153893ceb7da63d30bd339c
parent4ee17990e709e686067944146b98f0eca17b1434 (diff)
downloadnixos-9e6c2dae0ed7acd933908d4a95dc572623a61278.tar
nixos-9e6c2dae0ed7acd933908d4a95dc572623a61278.tar.gz
nixos-9e6c2dae0ed7acd933908d4a95dc572623a61278.tar.bz2
nixos-9e6c2dae0ed7acd933908d4a95dc572623a61278.tar.xz
nixos-9e6c2dae0ed7acd933908d4a95dc572623a61278.zip
wrong firewall settings
-rw-r--r--ymir.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 9b9b19a1..3d7f00dc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -144,8 +144,9 @@ in rec {
144 9418 # git 144 9418 # git
145 64738 # murmur 145 64738 # murmur
146 ]; 146 ];
147 allowedUDPPorts = [ 64738 # murmur
148 ];
147 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 149 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
148 64738
149 ]; 150 ];
150 }; 151 };
151 enableIPv6 = true; 152 enableIPv6 = true;