mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Expand nextcloud max upload size
This commit is contained in:
parent
357a33b81f
commit
35f77628cc
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
home = "/data/nextcloud";
|
||||
hostName = config.networking.fqdn;
|
||||
configureRedis = true;
|
||||
maxUploadSize = "4G";
|
||||
|
||||
database.createLocally = true;
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue