registration secret
All checks were successful
Weekly NixOS Build & Cache / build-and-cache (push) Successful in 50m10s

This commit is contained in:
Danilo Reyes
2026-01-25 09:47:56 -06:00
parent 02b234ba6e
commit 487fb1c294

View File

@@ -71,6 +71,7 @@ in
federation_domain_whitelist = [ ];
allow_public_rooms_without_auth = false;
allow_public_rooms_over_federation = false;
registration_shared_secret = config.sops.secrets.synapse.path;
max_upload_size = "4096M";
tls_private_key_path = config.sops.secrets."matrix/key".path;
tls_certificate_path = config.sops.secrets."matrix/cert".path;