summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index d1feb2d8..7212044c 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -983,10 +983,12 @@ in rec {
983 forceLocalDataSSL = true; 983 forceLocalDataSSL = true;
984 localUsers = true; 984 localUsers = true;
985 writeEnable = true; 985 writeEnable = true;
986 chrootlocalUser = false; 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
991
990 log_ftp_protocol=YES 992 log_ftp_protocol=YES
991 xferlog_enable=YES 993 xferlog_enable=YES
992 994