From dd0f82a707e76fb7c32442b11bb6cda56e1d05d5 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 3 May 2023 12:43:16 -0400 Subject: overhaul secrets --- hosts/p-body/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hosts/p-body/default.nix') 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; -- cgit v1.2.3