diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-25 16:20:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-25 16:20:48 +0200 |
commit | 807ecc15c9064559d553e74a61efdbb06c9002e8 (patch) | |
tree | d125334758eaf52e03cabd77c2ec7b8474d11f4a /ymir.nix | |
parent | c032cf8bf7581ad6a1e1fb36c566b4577c8b8809 (diff) | |
download | nixos-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.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ]; |