diff --git a/cluster/services/hercules-ci-multi-agent/modules/multi-agent-refactored/default.nix b/cluster/services/hercules-ci-multi-agent/modules/multi-agent-refactored/default.nix index 75ea687..8968be4 100644 --- a/cluster/services/hercules-ci-multi-agent/modules/multi-agent-refactored/default.nix +++ b/cluster/services/hercules-ci-multi-agent/modules/multi-agent-refactored/default.nix @@ -35,7 +35,7 @@ systemd = forAllAgents (name: agent: let - command = "${lib.getExe agent.package} --config ${agent.tomlFile}"; + command = "${agent.package}/bin/hercules-ci-agent --config ${agent.tomlFile}"; testCommand = "${command} --test-configuration"; in {