summaryrefslogtreecommitdiff
path: root/hosts/p-body
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-03 12:43:16 -0400
committerseth <[email protected]>2023-05-03 12:43:16 -0400
commitdd0f82a707e76fb7c32442b11bb6cda56e1d05d5 (patch)
tree48bd6e6b49c556b872bd70dc16478f309d65cb15 /hosts/p-body
parentd5aa9c43eec40a85a31b9962797dba6a5dc3d039 (diff)
overhaul secrets
Diffstat (limited to 'hosts/p-body')
-rw-r--r--hosts/p-body/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index 1f598e8..5b7be66 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -108,7 +108,14 @@
# };
#};
- 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;
+ };
+ };
guzzle-api = {
enable = true;