diff --git a/config/services/mastodon.nix b/config/services/mastodon.nix index 01a1815e..c45b987e 100644 --- a/config/services/mastodon.nix +++ b/config/services/mastodon.nix @@ -40,6 +40,7 @@ in S3_ALIAS_HOST = "mastodon-assets.chir.rs"; S3_OPEN_TIMEOUT = "120"; S3_READ_TIMEOUT = "120"; + S3_MULTIPART_THRESHOLD = "5242880"; }; redis.createLocally = false; otpSecretFile = config.sops.secrets."services/mastodon/otpSecret".path;