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