services.matrix-synapse.settings.listeners.*.tls

NixOS option

Whether to enable TLS on the listener socket. This option will be ignored for UNIX domain sockets.

type: null or boolean
Default
''
  Enabled for the main instance listener, unless it is configured with a UNIX domain socket path.
''
Example
false
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →