services.hercules-ci-agent.settings.secretsJsonPath

NixOS option

Path to a JSON file containing secrets for effects. As these values are confidential, they should not be in the store, but copied over using other means, such as agenix, NixOps deployment.keys, or manual installation. The format is described on https://docs.hercules-ci.com/hercules-ci-agent/secrets-json/.

type: absolute path
Default
staticSecretsDirectory + "/secrets.json"
declared in: nixos/modules/services/continuous-integration/hercules-ci-agent/common.nixView source on NixOS/nixpkgs →