summaryrefslogtreecommitdiff
path: root/hosts/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/atlas')
-rw-r--r--hosts/atlas/default.nix9
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";