my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

up the upload size to 200M

chfour b4a531b6 588fb7b1

+8 -4
+8 -4
machines/fovps/services/synapse.nix
··· 13 13 services.matrix-synapse.enable = true; 14 14 services.matrix-synapse.withJemalloc = true; # hell why not 15 15 16 - services.matrix-synapse.settings.server_name = domain; 17 - services.matrix-synapse.settings.enableRegistrationScript = true; 16 + services.matrix-synapse.settings = { 17 + server_name = domain; 18 + enableRegistrationScript = true; 18 19 19 - # automatically created 20 - services.matrix-synapse.settings.registration_shared_secret_path = "${synapse.dataDir}/.env.synapse-reg"; 20 + max_upload_size = "200M"; 21 21 22 + # automatically created 23 + registration_shared_secret_path = "${synapse.dataDir}/.env.synapse-reg"; 24 + }; 25 + 22 26 #services.coturn = { 23 27 # enable = true; 24 28 # use-auth-secret = true;