summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 3dc2143b..446446e7 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -95,6 +95,9 @@ 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
99 143 # imap
100 993 # imaps
98 5222 # xmpp.s2c 101 5222 # xmpp.s2c
99 5269 # xmpp.s2s 102 5269 # xmpp.s2s
100 655 # tinc.yggdrasil 103 655 # tinc.yggdrasil