services.woodpecker-server.environment
NixOS option
woodpecker-server config environment variables, for other options read the documentation
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/continuous-integration/woodpecker/server.nixView source on NixOS/nixpkgs →{
WOODPECKER_HOST = "https://woodpecker.example.com";
WOODPECKER_OPEN = "true";
WOODPECKER_GITEA = "true";
WOODPECKER_GITEA_CLIENT = "ffffffff-ffff-ffff-ffff-ffffffffffff";
WOODPECKER_GITEA_URL = "https://git.example.com";
}