From 4a1ce0d5387d3f20a2be16432d3134230d0b43e8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Jul 2024 21:12:32 +0200 Subject: [PATCH] fix: database type for synapse --- modules/services/matrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/matrix/default.nix b/modules/services/matrix/default.nix index 5fc51bd..2159542 100644 --- a/modules/services/matrix/default.nix +++ b/modules/services/matrix/default.nix @@ -108,7 +108,7 @@ in { matrix-synapse = { enable = true; settings = { - database.name = "matrix-synapse"; + database.name = "psycopg2"; database.args = { user = "matrix-synapse"; password = "synapse";