about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-22 18:47:24 +0900
committersefidel <contact@sefidel.net>2023-12-22 18:47:24 +0900
commit81e502a651b39e96cc062e9a8a376cc2bd7a4378 (patch)
tree9373d19e72c297e8df8058d8d102eb61d37b22a3 /modules
parenta7afd6501d87d0200b7fbfd3ce58b6b14c8f0c06 (diff)
downloadinfra-81e502a651b39e96cc062e9a8a376cc2bd7a4378.tar.gz
infra-81e502a651b39e96cc062e9a8a376cc2bd7a4378.zip
feat(modules/matrix-bridge): [::] -> localhost
Diffstat (limited to 'modules')
-rw-r--r--modules/services/matrix-bridge.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/services/matrix-bridge.nix b/modules/services/matrix-bridge.nix
index c70942f..04f51be 100644
--- a/modules/services/matrix-bridge.nix
+++ b/modules/services/matrix-bridge.nix
@@ -30,6 +30,7 @@ in
         homeserver.verify_ssl = true;
         appservice = {
           address = "http://localhost:29317";
+          hostname = "localhost";
           port = 29317;
           database = "postgres:///mautrix-telegram?host=/run/postgresql";
           bot_avatar = "mxc://maunium.net/tJCRmUyJDsgRNgqhOgoiHWbX";
@@ -130,6 +131,7 @@ in
         homeserver.verify_ssl = true;
         appservice = {
           address = "http://localhost:29319";
+          hostname = "localhost";
           port = 29319;
           database = {
             type = "postgres";