2023-07-21 01:15:10 +02:00
|
|
|
{
|
2024-07-08 16:17:47 +02:00
|
|
|
services.cachix-deploy-agent = { config, ... }: {
|
2023-11-04 01:06:59 +01:00
|
|
|
nodes.agent = [ "checkmate" "grail" "prophet" "VEGAS" "thunderskin" ];
|
2023-07-21 01:15:10 +02:00
|
|
|
nixos.agent = ./agent.nix;
|
2024-07-08 16:17:47 +02:00
|
|
|
secrets.token = {
|
|
|
|
nodes = config.nodes.agent;
|
|
|
|
shared = false;
|
|
|
|
};
|
2023-07-21 01:15:10 +02:00
|
|
|
};
|
|
|
|
}
|