diff --git a/modules/hydra/coordinator.nix b/modules/hydra/coordinator.nix new file mode 100644 index 0000000..77c1ceb --- /dev/null +++ b/modules/hydra/coordinator.nix @@ -0,0 +1,9 @@ +{ ... }: { + services.hydra = { + enable = true; + hydraURL = "https://hydra.newtype.fr"; + notificationSender = "hydra@localhost"; + buildMachinesFiles = [ ]; + useSubstitutes = true; + }; +}