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:
parent
5a9cbc9d33
commit
30afbb962b
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ with lib;
|
||||||
value = {
|
value = {
|
||||||
inherit name;
|
inherit name;
|
||||||
enable = true;
|
enable = true;
|
||||||
tokenPath = "/run/agenix/buildkite-agent-token";
|
tokenPath = "/run/agenix/buildkite-token";
|
||||||
privateSshKeyPath = "/run/agenix/buildkite-ssh-key";
|
privateSshKeyPath = "/run/agenix/buildkite-ssh-key";
|
||||||
runtimePackages = with pkgs; [
|
runtimePackages = with pkgs; [
|
||||||
docker
|
docker
|
||||||
|
|
Loading…
Reference in a new issue