Update nextcloud 31

This commit is contained in:
pazpi 2025-08-17 12:06:14 +02:00
parent b8647bd5ec
commit c336cc98cd

View file

@ -65,7 +65,7 @@ in
nextcloud = { nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud30; package = pkgs.nextcloud31;
hostName = "cloud.${cfg.proxy.domain}"; hostName = "cloud.${cfg.proxy.domain}";
https = true; https = true;
nginx.recommendedHttpHeaders = true; nginx.recommendedHttpHeaders = true;
@ -128,10 +128,7 @@ in
calendar calendar
cookbook cookbook
cospend cospend
memories
tasks tasks
# onlyoffice
# oidc
richdocuments richdocuments
; ;
}; };