Fine tune some matrix settings

This commit is contained in:
Nathan McCarty 2022-05-23 01:00:17 -04:00
parent e32be400d0
commit aa21b89b62
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 1 deletions

View File

@ -404,7 +404,8 @@ in
services.matrix-synapse = {
enable = true;
server_name = config.networking.domain;
server_name = "matrix.community.rs";
public_baseurl = "https://matrix.community.rs";
listeners = [
{
port = 8008;