7 lines
142 B
Nix
7 lines
142 B
Nix
|
{
|
||
|
services.cachix-deploy-agent = {
|
||
|
nodes.agent = [ "checkmate" "prophet" "VEGAS" "thunderskin" ];
|
||
|
nixos.agent = ./agent.nix;
|
||
|
};
|
||
|
}
|