Fix for 25.11
This commit is contained in:
parent
2fe3646a70
commit
abedbb7db8
4 changed files with 7 additions and 5 deletions
|
|
@ -76,8 +76,7 @@ in
|
|||
package = pkgs.nextcloud32;
|
||||
hostName = "cloud.${cfg.proxy.domain}";
|
||||
https = true;
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
|
||||
|
||||
secretFile = cfg.secretFile;
|
||||
|
||||
settings = {
|
||||
|
|
@ -92,7 +91,7 @@ in
|
|||
mail_domain = cfg.proxy.domain;
|
||||
mail_smtphost = "smtp.tem.scaleway.com";
|
||||
mail_smtpport = 465;
|
||||
mail_smtpauth = "true";
|
||||
mail_smtpauth = true;
|
||||
enabledPreviewProviders = [
|
||||
"OC\\Preview\\BMP"
|
||||
"OC\\Preview\\GIF"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue