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

12 lines
265 B
Nix

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