nextcloud19: init at 19.0.0

https://nextcloud.com/blog/nextcloud-hub-brings-productivity-to-home-office/
This commit is contained in:
Maximilian Bosch
2020-06-19 22:16:52 +02:00
parent 221fdca03e
commit a2a5aa2634
3 changed files with 7 additions and 2 deletions
@@ -69,7 +69,7 @@ in {
package = mkOption {
type = types.package;
description = "Which package to use for the Nextcloud instance.";
relatedPackages = [ "nextcloud17" "nextcloud18" ];
relatedPackages = [ "nextcloud17" "nextcloud18" "nextcloud19" ];
};
maxUploadSize = mkOption {