nextcloud: use redis for caching
This commit is contained in:
parent
011bc91795
commit
b1c679c73f
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ in {
|
||||||
hostName = domain;
|
hostName = domain;
|
||||||
https = true;
|
https = true;
|
||||||
|
|
||||||
|
configureRedis = true;
|
||||||
|
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|
Loading…
Reference in a new issue