diff --git a/modules/matrix.nix b/modules/matrix.nix index f443244..d08d01f 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -18,7 +18,7 @@ in allow_registration = true; allow_encryption = true; allow_federation = true; - registration_token = "1ab6b695e7a6416a1ad8985d7c72be6970be722d932d90c836aa5d5f4caf7a5b" + registration_token = "1ab6b695e7a6416a1ad8985d7c72be6970be722d932d90c836aa5d5f4caf7a5b"; trusted_servers = [ "matrix.org", "chat.blahaj.zone" ]; ip_range_denylist = [ "127.0.0.0/8"