buildkite: fix the config
This commit is contained in:
parent
6b2b2c1024
commit
f304403700
1 changed files with 2 additions and 10 deletions
|
@ -1,17 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.buildkite-agent = {
|
services.buildkite-agents.ci = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tokenPath = "/run/keys/buildkite-token";
|
tokenPath = "/run/keys/buildkite-token";
|
||||||
openssh.privateKeyPath = builtins.toPath "/run/keys/buildkite-agent-key";
|
privateSshKeyPath = builtins.toPath "/run/keys/buildkite-agent-key";
|
||||||
openssh.publicKeyPath = builtins.toPath "/run/keys/buildkite-agent-key.pub";
|
|
||||||
|
|
||||||
runtimePackages = [
|
|
||||||
pkgs.gnutar
|
|
||||||
pkgs.bash
|
|
||||||
pkgs.nix
|
|
||||||
pkgs.gzip
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue