summaryrefslogtreecommitdiff
path: root/hosts/p-body/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/p-body/default.nix')
-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;