summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 868d611d..e8524e96 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -140,7 +140,7 @@ in rec {
140 firewall = { 140 firewall = {
141 enable = true; 141 enable = true;
142 allowPing = true; 142 allowPing = true;
143 allowedTCPPorts = [ 20 # ftp 143 allowedTCPPorts = [ 21 # ftp
144 22 # ssh 144 22 # ssh
145 25 # smtp 145 25 # smtp
146 143 # imap 146 143 # imap