Merge pull request #136534 from kevincox/synapse-server-name

nixos.matrix-synapse: Clarify documentation of server_name.
This commit is contained in:
Timothy DeHerrera 2021-09-03 13:07:27 -06:00 committed by GitHub
commit bb1058f1f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,9 +221,10 @@ in {
default = config.networking.hostName; default = config.networking.hostName;
description = '' description = ''
The domain name of the server, with optional explicit port. The domain name of the server, with optional explicit port.
This is used by remote servers to connect to this server, This is used by remote servers to look up the server address.
e.g. matrix.org, localhost:8080, etc.
This is also the last part of your UserID. This is also the last part of your UserID.
The server_name cannot be changed later so it is important to configure this correctly before you start Synapse.
''; '';
}; };
public_baseurl = mkOption { public_baseurl = mkOption {