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, ... }:
|
||||
|
||||
{
|
||||
services.buildkite-agent = {
|
||||
services.buildkite-agents.ci = {
|
||||
enable = true;
|
||||
tokenPath = "/run/keys/buildkite-token";
|
||||
openssh.privateKeyPath = 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
|
||||
];
|
||||
privateSshKeyPath = builtins.toPath "/run/keys/buildkite-agent-key";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue