mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
fix: max upload size for nextcloud
This commit is contained in:
parent
c2b570b2af
commit
a7117fe4e9
@ -22,6 +22,7 @@ in {
|
|||||||
package = pkgs.nextcloud24; # Required to specify
|
package = pkgs.nextcloud24; # Required to specify
|
||||||
https = true;
|
https = true;
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
|
maxUploadSize = "50G";
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = adminpassFile;
|
adminpassFile = adminpassFile;
|
||||||
extraTrustedDomains = [ config.nextcloudServer ];
|
extraTrustedDomains = [ config.nextcloudServer ];
|
||||||
|
Loading…
Reference in New Issue
Block a user