cluster/services/hercules-ci-multi-agent: use hercules-ci-agent package from flake

This commit is contained in:
Max Headroom 2023-10-26 02:14:20 +02:00
parent 2335305284
commit 55d19314a9
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
{
services.hercules-ci-agents.max = {
enable = true;
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
settings = {
clusterJoinTokenPath = config.age.secrets.hci-token-max.path;
binaryCachesPath = config.age.secrets.hci-cache-config-max.path;

View file

@ -3,6 +3,7 @@
{
services.hercules-ci-agents.nixpak = {
enable = true;
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
settings = {
clusterJoinTokenPath = config.age.secrets.hci-token-nixpak.path;
binaryCachesPath = config.age.secrets.hci-cache-config-nixpak.path;

View file

@ -8,6 +8,7 @@
};
services.hercules-ci-agents.private-void = {
enable = true;
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
settings = {
clusterJoinTokenPath = config.age.secrets.hci-token-private-void.path;
binaryCachesPath = config.age.secrets.hci-cache-config-private-void.path;