depot/cluster/services/cachix-deploy-agent/default.nix

6 lines
150 B
Nix

{
services.cachix-deploy-agent = {
nodes.agent = [ "checkmate" "grail" "prophet" "VEGAS" "thunderskin" ];
nixos.agent = ./agent.nix;
};
}