cluster/services/hercules-ci-multi-agent: use hercules-ci-agent package from flake
This commit is contained in:
parent
2335305284
commit
55d19314a9
3 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue