summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index a32a04d7..69e43a39 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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;