services.matrix-continuwuity.settings.global.address
Addresses (IPv4 or IPv6) to listen on for connections by the reverse proxy/tls terminator.
If set to null, continuwuity will listen on IPv4 and IPv6 localhost.
Must be null if unix_socket_path is set.
- Type
null or (list of non-empty string)- Default
null- Example
[ "127.0.0.1" "::1" ]- Declared
- <nixpkgs/nixos/modules/services/matrix/continuwuity.nix>