File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nix/metal/bitteProfile/buildkite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 162162 nameserver 8.8.8.8
163163 '' ;
164164
165- systemd . services . buildkite-agent . serviceConfig = {
166- ExecStart = mkForce "${ pkgs . buildkite-agent } /bin/buildkite-agent start --config /var/lib/buildkite-agent/buildkite-agent.cfg" ;
165+ systemd . services . buildkite-agent-iohk . serviceConfig = {
166+ ExecStart = mkForce "${ pkgs . buildkite-agent } /bin/buildkite-agent start --config /var/lib/buildkite-agent-iohk /buildkite-agent.cfg" ;
167167 LimitNOFILE = 1024 * 512 ;
168168 } ;
169169
246246 '' ;
247247
248248 systemd . services . buildkite-agent-custom = {
249- wantedBy = [ "buildkite-agent.service" ] ;
249+ wantedBy = [ "buildkite-agent-iohk .service" ] ;
250250 script = ''
251251 mkdir -p /build /scratch
252252 chown -R buildkite-agent-iohk:buildkite-agent-iohk /build /scratch
You can’t perform that action at this time.
0 commit comments