summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-26 14:49:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-26 14:49:49 +0200
commitf50c98266e12f22819727c1f1e65268702c23241 (patch)
treeed9dc68a6b51c8aa91e418b2d70eb85adabef96c /ymir.nix
parentbe5949a8db580f45ad693ba2950aec64f9e0445d (diff)
downloadnixos-f50c98266e12f22819727c1f1e65268702c23241.tar
nixos-f50c98266e12f22819727c1f1e65268702c23241.tar.gz
nixos-f50c98266e12f22819727c1f1e65268702c23241.tar.bz2
nixos-f50c98266e12f22819727c1f1e65268702c23241.tar.xz
nixos-f50c98266e12f22819727c1f1e65268702c23241.zip
smtp through firewall
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index bb0fc74a..1f3a45db 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -95,6 +95,7 @@ in rec {
95 enable = true; 95 enable = true;
96 allowPing = true; 96 allowPing = true;
97 allowedTCPPorts = [ 22 # ssh 97 allowedTCPPorts = [ 22 # ssh
98 25 # smtp
98 5222 # xmpp.s2c 99 5222 # xmpp.s2c
99 5269 # xmpp.s2s 100 5269 # xmpp.s2s
100 655 # tinc.yggdrasil 101 655 # tinc.yggdrasil