raito-shared-public-infra/modules/hydra/coordinator.nix
2023-08-01 17:04:03 +02:00

10 lines
202 B
Nix

{ ... }: {
services.hydra = {
enable = true;
hydraURL = "https://hydra.newtype.fr";
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];
useSubstitutes = true;
};
}