nixbld: install nextcloud forms app

This commit is contained in:
Sébastien Bourdeauducq 2024-10-15 16:22:33 +08:00
parent 93ae830468
commit 34102e66ad
1 changed files with 1 additions and 0 deletions

View File

@ -1267,6 +1267,7 @@ in
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
extraApps = { inherit (config.services.nextcloud.package.packages.apps) forms; };
hostName = "files.m-labs.hk";
https = true;
maxUploadSize = "2G";