summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-08 23:19:37 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-08 23:19:37 +0100
commitf6e9c2fbebe89acba0c2d80094e97ddd14116bc9 (patch)
treecc4f78f23c7c565efd483a4651e795771894417b
parent89c3c8fd352f14d6847f8fd19c3c5ae7d4dc9402 (diff)
downloadnixos-f6e9c2fbebe89acba0c2d80094e97ddd14116bc9.tar
nixos-f6e9c2fbebe89acba0c2d80094e97ddd14116bc9.tar.gz
nixos-f6e9c2fbebe89acba0c2d80094e97ddd14116bc9.tar.bz2
nixos-f6e9c2fbebe89acba0c2d80094e97ddd14116bc9.tar.xz
nixos-f6e9c2fbebe89acba0c2d80094e97ddd14116bc9.zip
firewall allowing git-daemon
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 5f6af75f..f6e28f70 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -66,6 +66,7 @@ in rec {
66 656 # tinc.laeradhr 66 656 # tinc.laeradhr
67 80 # http 67 80 # http
68 443 # https 68 443 # https
69 9418 # git
69 ]; 70 ];
70 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 71 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
71 ]; 72 ];