matrix: disabled registration without verification
This commit is contained in:
parent
9513f09057
commit
dc15345242
|
@ -19,7 +19,7 @@
|
||||||
enable = true; # Enable the synapse server
|
enable = true; # Enable the synapse server
|
||||||
settings = {
|
settings = {
|
||||||
enable_registration = true; # Toggle user registration
|
enable_registration = true; # Toggle user registration
|
||||||
enable_registration_without_verification = true;
|
enable_registration_without_verification = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
enable_group_creation: true # Allow users to create communities
|
enable_group_creation: true # Allow users to create communities
|
||||||
'';
|
'';
|
||||||
|
@ -147,6 +147,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.postgresqlBackup = {
|
||||||
|
enable = true;
|
||||||
|
compression = "zstd";
|
||||||
|
};
|
||||||
|
|
||||||
services.postgresqlBackup.databases = ["matrix-synapse"];
|
services.postgresqlBackup.databases = ["matrix-synapse"];
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|
Loading…
Reference in a new issue