lol

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

nixos.matrix-synapse: Clarify documentation of server_name.

authored by

Timothy DeHerrera and committed by
GitHub
bb1058f1 5fe504bf

+3 -2
+3 -2
nixos/modules/services/misc/matrix-synapse.nix
··· 221 221 default = config.networking.hostName; 222 222 description = '' 223 223 The domain name of the server, with optional explicit port. 224 - This is used by remote servers to connect to this server, 225 - e.g. matrix.org, localhost:8080, etc. 224 + This is used by remote servers to look up the server address. 226 225 This is also the last part of your UserID. 226 + 227 + The server_name cannot be changed later so it is important to configure this correctly before you start Synapse. 227 228 ''; 228 229 }; 229 230 public_baseurl = mkOption {