summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-09 22:03:54 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-09 22:03:54 +0200
commit4ee17990e709e686067944146b98f0eca17b1434 (patch)
tree4b52c9f969d8c725e66b36f821e6abbb43efe90d /ymir.nix
parent2db79ae1b8cc89b928560ea9f67907dec5af1a09 (diff)
downloadnixos-4ee17990e709e686067944146b98f0eca17b1434.tar
nixos-4ee17990e709e686067944146b98f0eca17b1434.tar.gz
nixos-4ee17990e709e686067944146b98f0eca17b1434.tar.bz2
nixos-4ee17990e709e686067944146b98f0eca17b1434.tar.xz
nixos-4ee17990e709e686067944146b98f0eca17b1434.zip
ymir firewall for murmur
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 777b9139..9b9b19a1 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -142,8 +142,10 @@ in rec {
142 80 # http 142 80 # http
143 443 # https 143 443 # https
144 9418 # git 144 9418 # git
145 64738 # murmur
145 ]; 146 ];
146 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 147 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
148 64738
147 ]; 149 ];
148 }; 150 };
149 enableIPv6 = true; 151 enableIPv6 = true;