chore: update to nextcloud 26

This commit is contained in:
Felix Schröter 2023-05-31 19:10:16 +02:00
parent 9d160aa98f
commit 475a56bdfd
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -10,7 +10,7 @@ in {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud25; package = pkgs.nextcloud26;
hostName = host; hostName = host;
https = true; https = true;
maxUploadSize = "10G"; maxUploadSize = "10G";