From 4b2504f0dcbac29bed367adfb01b6d67606f6eee Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Thu, 12 Dec 2024 22:18:59 +0100 Subject: [PATCH] nextcloud: Upload max file size --- configurations/camelot/nextcloud.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configurations/camelot/nextcloud.nix b/configurations/camelot/nextcloud.nix index 7483a32..1ab2ebd 100644 --- a/configurations/camelot/nextcloud.nix +++ b/configurations/camelot/nextcloud.nix @@ -17,6 +17,8 @@ https = true; hostName = extraInfo.nextcloudURI; + maxUploadSize = "50G"; + extraAppsEnable = true; appstoreEnable = false; extraApps = {