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