buildkite: fix the config

This commit is contained in:
zimbatm 2020-04-17 22:41:49 +02:00
parent 6b2b2c1024
commit f304403700
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -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";
};
}