modules: services: nextcloud: bump to 24
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2022-05-23 15:49:15 +02:00
parent db3950eb3a
commit 81df59c95f
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;