diff options
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ''; |