services.hercules-ci-agent.settings.binaryCachesPath

NixOS option

Path to a JSON file containing binary cache secret keys. 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/binary-caches-json/.

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