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 itDefault
[ ]
Example
declared in: nixos/modules/services/continuous-integration/woodpecker/server.nixView source on NixOS/nixpkgs →[ "/root/woodpecker-server.env" ]