Disallowed registration
This commit is contained in:
parent
097a9a0cc1
commit
78ceea830d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ users = {
|
||||||
};
|
};
|
||||||
port = [ 6167 ];
|
port = [ 6167 ];
|
||||||
trusted_servers = [ "matrix.org" ];
|
trusted_servers = [ "matrix.org" ];
|
||||||
allow_registration = true;
|
allow_registration = false;
|
||||||
registration_token = ""; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64
|
registration_token = ""; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64
|
||||||
allow_federation = true;
|
allow_federation = true;
|
||||||
allow_encryption = true;
|
allow_encryption = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue