Enable redis for nextcloud

This commit is contained in:
SebastianStork 2024-08-27 16:22:41 +02:00
parent 20a86ac5ce
commit 885f463147

View file

@ -18,6 +18,7 @@
package = pkgs.nextcloud29; package = pkgs.nextcloud29;
home = "/data/nextcloud"; home = "/data/nextcloud";
hostName = config.networking.fqdn; hostName = config.networking.fqdn;
configureRedis = true;
database.createLocally = true; database.createLocally = true;
config = { config = {