services.woodpecker-server.environment

woodpecker-server config environment variables, for other options read the documentation

Type
attribute set of string
Default
{ }
Example
{
  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";
}
Declared
<nixpkgs/nixos/modules/services/continuous-integration/woodpecker/server.nix>