services.matrix-conduit.extraEnvironment

NixOS option

Extra Environment variables to pass to the conduit server.

type: attribute set of string
Default
{ }
Example
{
  RUST_BACKTRACE = "yes";
}
declared in: nixos/modules/services/matrix/conduit.nixView source on NixOS/nixpkgs →