Nix configurations for my homelab

Increase the max upload size and chunked upload max size for nextcloud

yemou.pink 847adef5 03a8b7de

verified
Changed files
+2 -1
modules
services
+2 -1
modules/services/nextcloud.nix
··· 78 78 extraAppsEnable = false; 79 79 hostName = "cloud.lilac.pink"; 80 80 https = true; 81 - maxUploadSize = "1G"; 81 + maxUploadSize = "50G"; 82 82 notify_push = { 83 83 enable = true; 84 84 nextcloudUrl = "http://[::1]:8080"; ··· 110 110 }; 111 111 "simpleSignUpLink.shown" = false; 112 112 trusted_proxies = [ "::1" ]; 113 + "files.chunked_upload.max_size" = 2147483648; 113 114 }; 114 115 }; 115 116 };