New hercules-ci-secrets-json
secret
This commit is contained in:
parent
8bcc6d32eb
commit
83b8f7d952
4 changed files with 4 additions and 5 deletions
|
@ -81,6 +81,7 @@
|
|||
"cachix-personal-token".owner = "ccr";
|
||||
"hercules-ci-join-token".owner = "hercules-ci-agent";
|
||||
"hercules-ci-binary-caches".owner = "hercules-ci-agent";
|
||||
"hercules-ci-secrets-json".owner = "hercules-ci-agent";
|
||||
"git-workspace-tokens".owner = "ccr";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ in
|
|||
"autistici-password.age".publicKeys = [ccr-ssh ccr-gpg thinkpad];
|
||||
"hercules-ci-join-token.age".publicKeys = [ccr-ssh ccr-gpg mothership rock5b picard];
|
||||
"hercules-ci-binary-caches.age".publicKeys = [ccr-ssh ccr-gpg mothership rock5b picard];
|
||||
"hercules-ci-secrets-json.age".publicKeys = [ccr-ssh ccr-gpg mothership rock5b picard];
|
||||
"minio-credentials.age".publicKeys = [ccr-ssh ccr-gpg mothership];
|
||||
"aws-credentials.age".publicKeys = [ccr-ssh ccr-gpg mothership rock5b];
|
||||
"nextcloud-admin-pass.age".publicKeys = [ccr-ssh ccr-gpg rock5b];
|
||||
|
|
BIN
secrets/hercules-ci-secrets-json.age
Normal file
BIN
secrets/hercules-ci-secrets-json.age
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue