mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Enable redis for nextcloud's file locking
This commit is contained in:
parent
32b7948bec
commit
d80c5dc4ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue