services.matrix-continuwuity.settings.global.address
NixOS option
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
declared in: nixos/modules/services/matrix/continuwuity.nixView source on NixOS/nixpkgs →[ "127.0.0.1" "::1" ]