mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 15:45:38 +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
|
||||
https = true;
|
||||
hostName = "localhost";
|
||||
maxUploadSize = "50G";
|
||||
config = {
|
||||
adminpassFile = adminpassFile;
|
||||
extraTrustedDomains = [ config.nextcloudServer ];
|
||||
|
Loading…
Reference in New Issue
Block a user