Add registration script to matrix-synapse module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m20s

This commit is contained in:
Jordan Holt 2024-07-15 19:33:34 +01:00
parent e82d1cac63
commit 8a62d11409
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -167,6 +167,7 @@ in {
services.matrix-synapse = {
enable = true;
enableRegistrationScript = true;
settings = {
database.name = (if cfg.usePostgresql then "psycopg2" else "sqlite3");
enable_metrics = false;