diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -962,7 +962,7 @@ in rec { | |||
962 | 962 | ||
963 | services.vsftpd = { | 963 | services.vsftpd = { |
964 | enable = true; | 964 | enable = true; |
965 | forceLocalLoginSSL = true; | 965 | forceLocalLoginsSSL = true; |
966 | forceLocalDataSSL = true; | 966 | forceLocalDataSSL = true; |
967 | localUsers = true; | 967 | localUsers = true; |
968 | writeEnable = true; | 968 | writeEnable = true; |