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;
https = true;
configureRedis = true;
database.createLocally = true;
config = {
dbtype = "pgsql";