From 5d4e1d52825f4abbcb0a7c10b1b7b90008856bfc Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sat, 26 Feb 2022 17:40:37 +0300 Subject: [PATCH] Disable matrix anonymous users --- profiles/servers/matrix-synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/servers/matrix-synapse.nix b/profiles/servers/matrix-synapse.nix index 22f9bcc..446e028 100644 --- a/profiles/servers/matrix-synapse.nix +++ b/profiles/servers/matrix-synapse.nix @@ -1,7 +1,7 @@ { pkgs, config, lib, ... }: { services.matrix-synapse = { enable = true; - allow_guest_access = true; + allow_guest_access = false; listeners = [{ bind_address = "0.0.0.0"; port = 13748;