Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-07 11:41:52 +02:00
committed by GitHub
parent dce5687fe6
commit 99c27e0b6b

View File

@@ -67,10 +67,6 @@
adminpassFile = "/var/run/nextcloud-pass.txt";
defaultPhoneRegion = "DE";
};
phpOptions = {
upload_max_filesize = "16G";
post_max_size = "16G";
};
extraOptions = {
mail_smtpmode = "sendmail";
mail_sendmailmode = "pipe";