cluster/services/hercules-ci-multi-agent: remove custom agent package
This commit is contained in:
parent
8db2809026
commit
e8d350b9a3
3 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.hercules-ci-agents.max = {
|
services.hercules-ci-agents.max = {
|
||||||
package = lib.mkForce depot.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;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.hercules-ci-agents.nixpak = {
|
services.hercules-ci-agents.nixpak = {
|
||||||
package = lib.mkForce depot.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;
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
group = "hci-private-void";
|
group = "hci-private-void";
|
||||||
};
|
};
|
||||||
services.hercules-ci-agents.private-void = {
|
services.hercules-ci-agents.private-void = {
|
||||||
package = lib.mkForce depot.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…
Reference in a new issue