about summary refs log tree commit diff
path: root/ops/modules
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-10T07·29+0300
committerVincent Ambo <mail@tazj.in>2021-12-10T07·32+0300
commit9ea4d55d81d61b6073e69bebdc614f9694d8223c (patch)
tree87194b2394d4d37c29cf880779894069b361042a /ops/modules
parenta123b9e0a2a575816bab5b717a1d62b1966ac0a2 (diff)
refactor(ops): Move buildkite-agent-token into agenix r/3176
Relates to b/161

Change-Id: I5d3a698d437928966d8b78ce9e0ba226c1437655
Diffstat (limited to 'ops/modules')
-rw-r--r--ops/modules/tvl-buildkite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/tvl-buildkite.nix b/ops/modules/tvl-buildkite.nix
index 56e49c9912..1f0d4e2e7a 100644
--- a/ops/modules/tvl-buildkite.nix
+++ b/ops/modules/tvl-buildkite.nix
@@ -33,7 +33,7 @@ in {
       value = {
         inherit name;
         enable = true;
-        tokenPath = "/etc/secrets/buildkite-agent-token";
+        tokenPath = "/run/agenix/buildkite-agent-token";
         runtimePackages = with pkgs; [ curl jq ];
         hooks.post-command = "${buildkiteHooks}/bin/post-command";
       };