services.woodpecker-server.environmentFile

NixOS option

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_**************************************

type: (list of absolute path) or absolute path convertible to it
Default
[ ]
Example
[
  "/root/woodpecker-server.env"
]
declared in: nixos/modules/services/continuous-integration/woodpecker/server.nixView source on NixOS/nixpkgs →