From 567b99aa57d4dbf0967dabb6162e37cf46e8db9d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 1 Aug 2023 17:04:03 +0200 Subject: [PATCH] epyc: add hydra.newtype.fr --- modules/hydra/coordinator.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/hydra/coordinator.nix 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; + }; +}