matrix: fix registration
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
port = [ service_configs.ports.matrix ];
|
port = [ service_configs.ports.matrix ];
|
||||||
server_name = service_configs.https.domain;
|
server_name = service_configs.https.domain;
|
||||||
allow_registration = true;
|
allow_registration = true;
|
||||||
registration_token_file = ../secrets/matrix_reg_token;
|
registration_token = lib.strings.trim (builtins.readFile ../secrets/matrix_reg_token);
|
||||||
|
|
||||||
new_user_displayname_suffix = "";
|
new_user_displayname_suffix = "";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user