services.garage.extraEnvironment

NixOS option

Extra environment variables to pass to the Garage server.

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