MyNixOS website logo
option

services.garage.extraEnvironment

Extra environment variables to pass to the Garage server.

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