Changed nextcloud upload limit
This commit is contained in:
parent
32f4be7213
commit
7632f5516f
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
secretFile = config.age.secrets."nextcloud-secrets.json".path;
|
secretFile = config.age.secrets."nextcloud-secrets.json".path;
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
maxUploadSize = "8G";
|
||||||
caching = {
|
caching = {
|
||||||
apcu = true;
|
apcu = true;
|
||||||
redis = true;
|
redis = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue