modules: services: nextcloud: bump to 26

This commit is contained in:
Bruno BELANYI 2023-03-31 10:06:25 +00:00
parent 04681f6ee4
commit a22fe4e636
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in
config = lib.mkIf cfg.enable {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud25;
package = pkgs.nextcloud26;
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;