MyNixOS website logo
option

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

File to load environment variables from. This is helpful for specifying secrets. Example content of environmentFile:

WOODPECKER_AGENT_SECRET=your-shared-secret-goes-here
Declarations
Type
list of path
Default
[ ]
Example
[
  "/var/secrets/woodpecker-agent.env"
]