nextcloud: push to 27

This commit is contained in:
Giulio De Pasquale 2023-06-26 23:24:04 +02:00
parent bb658291e3
commit e0a3df6a39

View File

@ -18,6 +18,16 @@ in
nginx.virtualHosts.${domain} = {
forceSSL = true;
enableACME = true;
extraConfig = ''
aio threads;
directio 1M;
output_buffers 3 1M;
sendfile on;
sendfile_max_chunk 0;
autoindex on;
'';
};
mysql = {
@ -37,7 +47,7 @@ in
enable = true;
hostName = domain;
https = true;
package = pkgs.unstablePkgs.nextcloud26;
package = pkgs.unstablePkgs.nextcloud27;
datadir = "/services/nextcloud";
configureRedis = true;
caching = {