nextcloud: use redis for caching

This commit is contained in:
silver 2023-10-26 17:38:32 +01:00
parent 011bc91795
commit b1c679c73f

View file

@ -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";