modules: services: nextcloud: bump to 24

This commit is contained in:
Bruno BELANYI 2022-05-23 15:49:15 +02:00
parent 641254614c
commit 052d5a3df7
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.nextcloud23;
package = pkgs.nextcloud24;
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;