summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-25 16:20:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-25 16:20:48 +0200
commit807ecc15c9064559d553e74a61efdbb06c9002e8 (patch)
treed125334758eaf52e03cabd77c2ec7b8474d11f4a /ymir.nix
parentc032cf8bf7581ad6a1e1fb36c566b4577c8b8809 (diff)
downloadnixos-807ecc15c9064559d553e74a61efdbb06c9002e8.tar
nixos-807ecc15c9064559d553e74a61efdbb06c9002e8.tar.gz
nixos-807ecc15c9064559d553e74a61efdbb06c9002e8.tar.bz2
nixos-807ecc15c9064559d553e74a61efdbb06c9002e8.tar.xz
nixos-807ecc15c9064559d553e74a61efdbb06c9002e8.zip
registered prosody in ymir's firewall
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 3d1d8f9c..1b010f0f 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -29,6 +29,8 @@
29 enable = true; 29 enable = true;
30 allowPing = true; 30 allowPing = true;
31 allowedTCPPorts = [ 22 31 allowedTCPPorts = [ 22
32 5222
33 5269
32 ]; 34 ];
33 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 35 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
34 ]; 36 ];