summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index e9a06ff1..0d7de78d 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -979,8 +979,8 @@ in rec {
979 port_enable=no 979 port_enable=no
980 980
981 pasv_enable=yes 981 pasv_enable=yes
982 pasv_max_port=20000 982 pasv_max_port=21000
983 pasv_min_port=21000 983 pasv_min_port=20000
984 984
985 allow_writeable_chroot=yes 985 allow_writeable_chroot=yes
986 ''; 986 '';