depot/cluster/services/hercules-ci-multi-agent/orgs/max.nix

11 lines
242 B
Nix
Raw Normal View History

{ config, inputs, pkgs, ... }:
{
services.hercules-ci-agents.max = {
settings = {
clusterJoinTokenPath = config.age.secrets.hci-token-max.path;
binaryCachesPath = config.age.secrets.hci-cache-config-max.path;
};
};
}