summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-01-29 15:23:31 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-01-29 15:23:31 -0500
commit4a1ed601cf8112689c103c2193485ebdf99cc439 (patch)
tree061a4b4fc630e41254b6a382bd29a7a6e88520e2 /modules
parentccb9d59fc69af2ab808ab2f5a79ee6ec30cefaf3 (diff)
Bump the nextcloud max upload size
Diffstat (limited to 'modules')
-rw-r--r--modules/nextcloud.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix
index 138a6ad..03051a9 100644
--- a/modules/nextcloud.nix
+++ b/modules/nextcloud.nix
@@ -22,6 +22,7 @@ in
adminpassFile = "/opt/secret/nextcloud/admin-pass-file";
adminuser = "root";
};
+ maxUploadSize = "16G";
autoUpdateApps.enable = true;
https = true;
};