fix: database type for synapse

This commit is contained in:
Ahwx 2024-07-16 21:12:32 +02:00
parent 62773f907c
commit 4a1ce0d538

View file

@ -108,7 +108,7 @@ in {
matrix-synapse = {
enable = true;
settings = {
database.name = "matrix-synapse";
database.name = "psycopg2";
database.args = {
user = "matrix-synapse";
password = "synapse";