services.matrix-conduit.extraEnvironment
NixOS option
Extra Environment variables to pass to the conduit server.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/matrix/conduit.nixView source on NixOS/nixpkgs →{
RUST_BACKTRACE = "yes";
}