fix(grfn/mugwump): Use correct path to buildkite-token

Change-Id: Ie1d30363887f7ed999116f11ea30bb53ea5ef24c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5433
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2022-03-16 19:40:00 -04:00 committed by clbot
parent 5a9cbc9d33
commit 30afbb962b

View file

@ -276,7 +276,7 @@ with lib;
value = {
inherit name;
enable = true;
tokenPath = "/run/agenix/buildkite-agent-token";
tokenPath = "/run/agenix/buildkite-token";
privateSshKeyPath = "/run/agenix/buildkite-ssh-key";
runtimePackages = with pkgs; [
docker