fix: max upload size for nextcloud

This commit is contained in:
Noah Masur 2022-10-04 12:29:29 +00:00
parent c2b570b2af
commit a7117fe4e9

View File

@ -22,6 +22,7 @@ in {
package = pkgs.nextcloud24; # Required to specify
https = true;
hostName = "localhost";
maxUploadSize = "50G";
config = {
adminpassFile = adminpassFile;
extraTrustedDomains = [ config.nextcloudServer ];