modules: services: nextcloud: bump to 28

This commit is contained in:
Bruno BELANYI 2024-01-03 23:36:14 +01:00
parent b8b64bed8e
commit e4f8214cb2
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.nextcloud27;
package = pkgs.nextcloud28;
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;