nextcloud20: init

This commit is contained in:
Maximilian Bosch
2020-10-04 21:55:58 +02:00
parent 9243c64e7f
commit 71098fba81
3 changed files with 7 additions and 2 deletions
@@ -85,7 +85,7 @@ in {
package = mkOption {
type = types.package;
description = "Which package to use for the Nextcloud instance.";
relatedPackages = [ "nextcloud18" "nextcloud19" ];
relatedPackages = [ "nextcloud18" "nextcloud19" "nextcloud20" ];
};
maxUploadSize = mkOption {