1
0
Fork 0

add a redis for nextcloud

This commit is contained in:
Malte Brandy 2022-06-03 17:56:13 +02:00
parent 6de08e9f01
commit 8033bb3bd1

View file

@ -147,6 +147,7 @@ in {
// nextcloudServices mainHostName; // nextcloudServices mainHostName;
}; };
services = { services = {
redis.servers."nextcloud".enable = true;
nextcloud = nextcloudConf mainHostName; nextcloud = nextcloudConf mainHostName;
postgresql.ensureDatabases = ["nextcloud"]; postgresql.ensureDatabases = ["nextcloud"];
nginx = { nginx = {