summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 69e43a39..ee423a85 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -139,7 +139,8 @@ in rec {
139 firewall = { 139 firewall = {
140 enable = true; 140 enable = true;
141 allowPing = true; 141 allowPing = true;
142 allowedTCPPorts = [ 22 # ssh 142 allowedTCPPorts = [ 20 # ftp
143 22 # ssh
143 25 # smtp 144 25 # smtp
144 143 # imap 145 143 # imap
145 993 # imaps 146 993 # imaps