MyNixOS website logo
option

services.woodpecker-server.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
WOODPECKER_GITEA_SECRET=gto_**************************************
Declarations
Type
(list of path) or path convertible to it
Default
[ ]
Example
[
  "/root/woodpecker-server.env"
]