nixos-config/machines/agate/services/hydra.nix
2025-05-05 12:33:23 +08:00

8 lines
176 B
Nix

{
services.hydra = {
enable = true;
hydraURL = "http://agate.coho-tet.ts.net:3000/";
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];
};
}