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" ]; }; };