modules: services: nextcloud: bump to 25

This commit is contained in:
Bruno BELANYI 2022-10-26 14:15:34 +02:00
parent 30ce88f42f
commit 05be340b7e
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.nextcloud24;
package = pkgs.nextcloud25;
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;