matrix-synapse: default server_name to hostname

wip/yesman
David McFarland 7 years ago
parent a4b7de74a5
commit fbba0d0ee5
  1. 1
      nixos/modules/services/misc/matrix-synapse.nix

@ -186,6 +186,7 @@ in {
server_name = mkOption {
type = types.str;
example = "example.com";
default = config.networking.hostName;
description = ''
The domain name of the server, with optional explicit port.
This is used by remote servers to connect to this server,

Loading…
Cancel
Save