Expand nextcloud max upload size

This commit is contained in:
SebastianStork 2024-08-27 20:59:13 +02:00
parent 357a33b81f
commit 35f77628cc

View file

@ -20,6 +20,7 @@
home = "/data/nextcloud";
hostName = config.networking.fqdn;
configureRedis = true;
maxUploadSize = "4G";
database.createLocally = true;
config = {