disable public registration on grondahl, remove nixos-testbed
This commit is contained in:
parent
dd6c8e7857
commit
fc226a3da6
5 changed files with 10 additions and 94 deletions
|
@ -4,7 +4,7 @@
|
|||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
server_name = "anarkafem.dev";
|
||||
enable_registration = true;
|
||||
enable_registration = false;
|
||||
registration_shared_secret = builtins.toString config.secrets.files.synapse_registration_shared_secret.file;
|
||||
turn_shared_secret = builtins.toString config.secrets.files.turn_shared_secret.file;
|
||||
max_upload_size = "20M";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue