New hercules-ci-secrets-json secret

This commit is contained in:
Andrea Ciceri 2023-12-08 10:54:25 +01:00
parent 8bcc6d32eb
commit 83b8f7d952
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 4 additions and 5 deletions

View file

@ -1,14 +1,11 @@
{
config,
pkgs,
...
}: {
{config, ...}: {
services.hercules-ci-agent = {
enable = true;
settings = {
concurrentTasks = 32;
clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path;
binaryCachesPath = config.age.secrets.hercules-ci-binary-caches.path;
secretsJsonPath = config.age.secrets.hercules-ci-secrets-json.path;
};
};