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