services: nextcloud: bump package version
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Bruno BELANYI 2021-03-20 00:25:18 +00:00
parent 4d8604c401
commit 29f3367668

View file

@ -30,7 +30,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud20; # Nextcloud 19.0.6 is marked as insecure package = pkgs.nextcloud21;
hostName = nextcloudDomain; hostName = nextcloudDomain;
home = "/var/lib/nextcloud"; home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize; maxUploadSize = cfg.maxSize;