services.renovate.environment

NixOS option

Extra environment variables to export to the Renovate process from the systemd unit configuration. See https://docs.renovatebot.com/config-overview for available environment variables.

type: attribute set of (null or string or absolute path or package)
Default
{ }
Example
{
  LOG_LEVEL = "debug";
}
declared in: nixos/modules/services/misc/renovate.nixView source on NixOS/nixpkgs →