diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-07-30 11:17:54 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-07-30 11:17:54 +0900 |
commit | 6c4e4f5e27917636106ca0de7856653b15ccc42e (patch) | |
tree | f0633a40d441f81116e3166947fa0fb371f7a007 | |
parent | 3cd8577025c614cf7c12956031ff61c6a69ea9b1 (diff) | |
download | nixos-conf-6c4e4f5e27917636106ca0de7856653b15ccc42e.tar.gz |
Increase dendrite max media size
-rw-r--r-- | matrix.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/matrix.nix b/matrix.nix index b42ca07..a524b95 100644 --- a/matrix.nix +++ b/matrix.nix @@ -49,7 +49,10 @@ in { trusted_third_party_id_servers = [ ]; }; key_server.database.connection_string = ""; - media_api.database.connection_string = ""; + media_api = { + database.connection_string = ""; + max_file_size_bytes = 123456789; + }; mscs = { database.connection_string = ""; mscs = [ "msc2946" ]; # spaces summary |