MyNixOS website logo
option

services.matrix-conduit.secretFile

Path to a file containing sensitive environment as described in {manpage}`systemd.exec(5). Some variables that can be considered secrets are:

  • CONDUIT_JWT_SECRET: The secret used to enable JWT login. Without it a 400 error will be returned.

  • CONDUIT_TURN_SECRET: The TURN secret.

Declarations
Type
null or absolute path
Default
null
Example
"/run/secrets/matrix-conduit.env"