From ba6373ebfbcafc99ce7a4fa100b2a26fc3bc2731 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 5 Mar 2025 04:18:06 -0800 Subject: add two new blog posts; bitcoin node; haskell devel --- nix/modules/conduit.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nix/modules/conduit.nix') diff --git a/nix/modules/conduit.nix b/nix/modules/conduit.nix index 623cb7f..ce2c23e 100644 --- a/nix/modules/conduit.nix +++ b/nix/modules/conduit.nix @@ -2,11 +2,15 @@ { services.matrix-conduit = { enable = lib.mkDefault config.monorepo.profiles.server.enable; - # random comment settings.global = { server_name = "matrix.${config.monorepo.vars.remoteHost}"; + trusted_servers = [ + "matrix.org" + "nixos.org" + ]; address = "0.0.0.0"; port = 6167; + allow_registration = true; }; }; } -- cgit v1.3