From 93a9ad1e9ff82c857c0b0a4c5af1d116b5109fc6 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Mar 2026 22:03:56 -0600 Subject: [PATCH] Update matrix.nix --- modules/matrix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/matrix.nix b/modules/matrix.nix index ca0334c..e75c7e3 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -19,6 +19,7 @@ in port = [ 6167 ]; max_request_size = 104857600; allow_registration = true; + registration_token = "09b3ccc25da9b3d5dc43e276a1c9e83d043fb49f45670ea7f2ede314adb8d3f8"; allow_encryption = true; allow_federation = true; new_user_displayname_suffix = "";