updated synape personalizatoin configuration
This commit is contained in:
parent
66cecf6a03
commit
d77f3e4873
@ -292,6 +292,17 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
###### AGENIX ######
|
||||||
|
age.identityPaths = [ "/root/.ssh/agenix/agenix-secret-keys" ];
|
||||||
|
|
||||||
|
age.secrets.matrix_reg_secret = {
|
||||||
|
|
||||||
|
file = /var/lib/agenix-secrets/matrix_reg_secret.age;
|
||||||
|
mode = "770";
|
||||||
|
owner = "matrix-synapse";
|
||||||
|
group = "matrix-synapse";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###### CREATE DATABASE (WORDPRESS, MATRIX_SYNAPSE, AND NEXTCLOUD) #######
|
###### CREATE DATABASE (WORDPRESS, MATRIX_SYNAPSE, AND NEXTCLOUD) #######
|
||||||
|
@ -50,7 +50,7 @@ in
|
|||||||
];
|
];
|
||||||
presence.enabled = true;
|
presence.enabled = true;
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
registration_shared_secret = services.matrix-synapse.extraConfigFiles = /var/lib/secrets/matrix_reg_secret;
|
registration_shared_secret = config.age.secrets.matrix_reg_secret.path;
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
|
Loading…
Reference in New Issue
Block a user