diff options
| author | seth <[email protected]> | 2023-05-03 12:43:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-03 12:43:16 -0400 |
| commit | dd0f82a707e76fb7c32442b11bb6cda56e1d05d5 (patch) | |
| tree | 48bd6e6b49c556b872bd70dc16478f309d65cb15 /hosts/atlas | |
| parent | d5aa9c43eec40a85a31b9962797dba6a5dc3d039 (diff) | |
overhaul secrets
Diffstat (limited to 'hosts/atlas')
| -rw-r--r-- | hosts/atlas/default.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index b8133a1..35692bf 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -42,7 +42,14 @@ }; services = { - hercules-ci-agent.enable = true; + hercules-ci-agent = { + enable = true; + settings = { + binaryCachesPath = config.age.secrets.binaryCache.path; + clusterJoinTokenPath = config.age.secrets.clusterToken.path; + secretsJsonPath = config.age.secrets.secretsJson.path; + }; + }; }; system.stateVersion = "22.11"; |
