mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
update path to secrets for matrix
This commit is contained in:
parent
972cb8bc82
commit
37187d29f9
1 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,10 @@ in {
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configureRedisLocally = true;
|
configureRedisLocally = true;
|
||||||
|
enableRegistrationScript = true;
|
||||||
|
extraConfigFiles = [
|
||||||
|
config.sops.secrets.matrix_secrets_yaml;
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
public_baseurl = "https://matrix.technicalissues.us";
|
public_baseurl = "https://matrix.technicalissues.us";
|
||||||
listeners = [
|
listeners = [
|
||||||
|
|
@ -36,8 +40,6 @@ in {
|
||||||
};
|
};
|
||||||
url_preview_enabled = true;
|
url_preview_enabled = true;
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
registration_shared_secret = config.sops.secrets.matrix-registration_shared_secret;
|
|
||||||
macaroon_secret_key = config.sops.secrets.matrix-macaroon_secret_key;
|
|
||||||
trusted_key_servers = [{ server_name = "matrix.org"; }];
|
trusted_key_servers = [{ server_name = "matrix.org"; }];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue