modules: services: nextcloud: upgrade version

This commit is contained in:
Bruno BELANYI 2021-12-07 19:05:04 +01:00
parent 070a929f88
commit 4d5d662913
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.nextcloud22;
package = pkgs.nextcloud23;
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;