cluster/services/hercules-ci-multi-agent: remove custom agent package

This commit is contained in:
Max Headroom 2023-03-31 16:03:03 +02:00
parent 8db2809026
commit e8d350b9a3
3 changed files with 0 additions and 3 deletions

View file

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

View file

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

View file

@ -7,7 +7,6 @@
group = "hci-private-void";
};
services.hercules-ci-agents.private-void = {
package = lib.mkForce depot.packages.hercules-ci-agent;
settings = {
clusterJoinTokenPath = config.age.secrets.hci-token-private-void.path;
binaryCachesPath = config.age.secrets.hci-cache-config-private-void.path;