From 30c0434571c975892dc09a65aaa8f3fd066017a9 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 27 Jul 2023 10:05:20 +0200 Subject: Fix(system/services/matrix/bridges/m-wa): Correct postgresql uri --- system/services/matrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/services/matrix') diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix index 5fe9e9b..b0219ef 100644 --- a/system/services/matrix/default.nix +++ b/system/services/matrix/default.nix @@ -62,7 +62,7 @@ in { appservice = { database = { type = "postgres"; - uri = "postgres:///dbname?host=/var/run/postgresql"; + uri = "postgres:///matrix-synapse?host=/run/postgresql"; }; whatsapp = { # TODO: See https://github.com/tulir/whatsmeow/blob/efc632c008604016ddde63bfcfca8de4e5304da9/binary/proto/def.proto#L43-L64 for a list. -- cgit 1.4.1