MyNixOS website logo
option

services.woodpecker-agents.agents.<name>.environment

woodpecker-agent config environment variables, for other options read the documentation.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  WOODPECKER_SERVER = "localhost:9000";
  WOODPECKER_BACKEND = "docker";
  DOCKER_HOST = "unix:///run/podman/podman.sock";
}