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 = {
|
services.hercules-ci-agents.max = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
|
||||||
settings = {
|
settings = {
|
||||||
clusterJoinTokenPath = config.age.secrets.hci-token-max.path;
|
clusterJoinTokenPath = config.age.secrets.hci-token-max.path;
|
||||||
binaryCachesPath = config.age.secrets.hci-cache-config-max.path;
|
binaryCachesPath = config.age.secrets.hci-cache-config-max.path;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
services.hercules-ci-agents.nixpak = {
|
services.hercules-ci-agents.nixpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
|
||||||
settings = {
|
settings = {
|
||||||
clusterJoinTokenPath = config.age.secrets.hci-token-nixpak.path;
|
clusterJoinTokenPath = config.age.secrets.hci-token-nixpak.path;
|
||||||
binaryCachesPath = config.age.secrets.hci-cache-config-nixpak.path;
|
binaryCachesPath = config.age.secrets.hci-cache-config-nixpak.path;
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
};
|
};
|
||||||
services.hercules-ci-agents.private-void = {
|
services.hercules-ci-agents.private-void = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
|
||||||
settings = {
|
settings = {
|
||||||
clusterJoinTokenPath = config.age.secrets.hci-token-private-void.path;
|
clusterJoinTokenPath = config.age.secrets.hci-token-private-void.path;
|
||||||
binaryCachesPath = config.age.secrets.hci-cache-config-private-void.path;
|
binaryCachesPath = config.age.secrets.hci-cache-config-private-void.path;
|
||||||
|
|
Loading…
Add table
Reference in a new issue