services.matrix-conduit.secretFile

NixOS option

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

type: null or absolute path
Default
null
Example
"/run/secrets/matrix-conduit.env"
declared in: nixos/modules/services/matrix/conduit.nixView source on NixOS/nixpkgs →