Enable redis for nextcloud's file locking

This commit is contained in:
Paul-Henri Froidmont 2024-12-14 02:50:59 +01:00
parent 32b7948bec
commit d80c5dc4ba
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -47,6 +47,7 @@ in
hostName = "cloud.${config.networking.domain}"; hostName = "cloud.${config.networking.domain}";
https = true; https = true;
maxUploadSize = "1G"; maxUploadSize = "1G";
configureRedis = true;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";