fix secret
This commit is contained in:
parent
21053732c4
commit
afb45d4c11
1 changed files with 1 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ in
|
||||||
public_baseurl = "https://matrix.${domain}:443/";
|
public_baseurl = "https://matrix.${domain}:443/";
|
||||||
# "/var/lib/matrix-synapse/homeserver.signing.key"
|
# "/var/lib/matrix-synapse/homeserver.signing.key"
|
||||||
signing_key_path = config.age.secrets.matrix_signing_key.path;
|
signing_key_path = config.age.secrets.matrix_signing_key.path;
|
||||||
|
registration_shared_secret_path = config.age.secrets.matrix_registration_shared_secret.path;
|
||||||
database = {
|
database = {
|
||||||
name = "psycopg2";
|
name = "psycopg2";
|
||||||
args = {
|
args = {
|
||||||
|
|
@ -63,9 +64,6 @@ in
|
||||||
allowed_lifetime_max = "1y";
|
allowed_lifetime_max = "1y";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfigFiles = [
|
|
||||||
config.age.secrets.matrix_registration_shared_secret.path
|
|
||||||
];
|
|
||||||
enableRegistrationScript = true;
|
enableRegistrationScript = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue