nextcloud: update to v31

This commit is contained in:
Rouven Seifert 2025-06-26 14:17:45 +02:00
parent 4c529e5ef2
commit bf26b2b767

View file

@ -15,7 +15,7 @@ in
nextcloud = { nextcloud = {
enable = true; enable = true;
configureRedis = true; configureRedis = true;
package = pkgs.nextcloud30; package = pkgs.nextcloud31;
hostName = domain; hostName = domain;
https = true; # Use https for all urls https = true; # Use https for all urls
phpExtraExtensions = all: [ phpExtraExtensions = all: [