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