MyNixOS website logo
option

services.matrix-conduit.extraEnvironment

Extra Environment variables to pass to the conduit server.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  RUST_BACKTRACE = "yes";
}