MyNixOS website logo
option

services.renovate.environment

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.

Declarations
Type
attribute set of (null or string or absolute path or package)
Default
{ }
Example
{
  LOG_LEVEL = "debug";
}