summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/ymir.nix b/ymir.nix
index 7212044c..f42dfc15 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -979,13 +979,13 @@ in rec {
979 979
980 services.vsftpd = { 980 services.vsftpd = {
981 enable = true; 981 enable = true;
982 forceLocalLoginsSSL = true; 982 # forceLocalLoginsSSL = true;
983 forceLocalDataSSL = true; 983 # forceLocalDataSSL = true;
984 localUsers = true; 984 localUsers = true;
985 writeEnable = true; 985 writeEnable = true;
986 chrootlocalUser = true; 986 chrootlocalUser = true;
987 rsaKeyFile = "/var/lib/acme/yggdrasil.li/key.pem"; 987 # rsaKeyFile = "/var/lib/acme/yggdrasil.li/key.pem";
988 rsaCertFile = "/var/lib/acme/yggdrasil.li/fullchain.pem"; 988 # rsaCertFile = "/var/lib/acme/yggdrasil.li/fullchain.pem";
989 extraConfig = '' 989 extraConfig = ''
990 local_umask=022 990 local_umask=022
991 991