server fix
This commit is contained in:
parent
71f7399742
commit
a2c4f7385b
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ with lib.custom; {
|
||||||
port = [6167];
|
port = [6167];
|
||||||
trusted_servers = ["matrix.org"];
|
trusted_servers = ["matrix.org"];
|
||||||
allow_registration = false;
|
allow_registration = false;
|
||||||
registration_token = ""; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64
|
registration_token = null; #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