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