From 8fbd2cc84abc8766c99025e63c6a99a18c175339 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 6 Dec 2024 17:40:57 +0000 Subject: [PATCH] Revert "hello" This reverts commit 6c6a9aa447f418787773f743262759a81d6ff576. --- hosts/architect/matrix.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/architect/matrix.nix b/hosts/architect/matrix.nix index a0e180b..5ef476f 100644 --- a/hosts/architect/matrix.nix +++ b/hosts/architect/matrix.nix @@ -13,13 +13,7 @@ in enable = true; settings = { server_name = "${domain}"; - database.args = { - database = db_name; - host = "127.0.0.1"; - user = "matrix-synapse"; - password = "Coveted-Evaporate0-Negate"; - }; - loggers.synapse.level = "ERROR"; + database.args.database = db_name; public_baseurl = "https://${domain}"; registration_shared_secret = "runas!"; url_preview_enabled = true;