2023-03-07 02:26:07 +02:00
|
|
|
{ config, lib, depot, pkgs, ... }:
|
2022-11-23 18:05:40 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
services.hercules-ci-agents.max = {
|
|
|
|
settings = {
|
|
|
|
clusterJoinTokenPath = config.age.secrets.hci-token-max.path;
|
|
|
|
binaryCachesPath = config.age.secrets.hci-cache-config-max.path;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|