raito-shared-public-infra/modules/hydra/coordinator.nix

10 lines
202 B
Nix
Raw Normal View History

2023-08-01 15:04:03 +00:00
{ ... }: {
services.hydra = {
enable = true;
hydraURL = "https://hydra.newtype.fr";
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];
useSubstitutes = true;
};
}