matrix: setup delegation and misc configs

This commit is contained in:
2024-12-03 23:00:38 -05:00
parent 9752ec40d9
commit c466f9c89f
2 changed files with 17 additions and 3 deletions

View File

@@ -18,12 +18,17 @@
settings.global = {
port = 6167;
server_name = "matrix.${service_configs.https.domain}";
# server_name = "matrix.${service_configs.https.domain}";
server_name = service_configs.https.domain;
database_backend = "rocksdb";
allow_registration = true;
new_user_displayname_suffix = "";
trusted_servers = [
"matrix.org"
"constellatory.net"
"tchncs.de"
"envs.net"
];