add redis to nextcloud

This commit is contained in:
wo2wz 2025-09-20 16:45:19 -04:00
parent 1e4ee9def3
commit c740417c57

View file

@ -19,6 +19,7 @@
enable = true;
package = pkgs.nextcloud31;
hostName = "localhost:8002";
configureRedis = true;
config = {
adminuser = "wo2w";
adminpassFile = config.sops.secrets."nextcloud/adminpass".path;