From b5d6919c625190a13d4f23d0b35c4cb2b0d04482 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Thu, 26 Mar 2026 14:36:53 +0100 Subject: [PATCH] Close Matrix registration --- modules/nixos/matrix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nixos/matrix.nix b/modules/nixos/matrix.nix index 2a582e7..677859d 100644 --- a/modules/nixos/matrix.nix +++ b/modules/nixos/matrix.nix @@ -1,4 +1,4 @@ -{ config, ... }: +# { config, ... }: { age.secrets."matrix-registration-token" = { file = ../secrets/matrix-registration-token.age; @@ -11,8 +11,8 @@ settings = { global = { server_name = "jankremer.de"; - allow_registration = true; - registration_token_file = config.age.secrets.matrix-registration-token.path; + # allow_registration = true; + # registration_token_file = config.age.secrets.matrix-registration-token.path; # trusted_servers = [ "matrix.org" ]; }; };