From 89e64355ea33495d0392526301db805d11ab2dcf Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 27 Jan 2024 19:12:59 +0100 Subject: [PATCH] epyc: disable hydra Signed-off-by: Raito Bezarius --- modules/hydra/coordinator.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hydra/coordinator.nix b/modules/hydra/coordinator.nix index 55dda02..0f28dfd 100644 --- a/modules/hydra/coordinator.nix +++ b/modules/hydra/coordinator.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { services.hydra = { - enable = true; + enable = false; hydraURL = "https://hydra.newtype.fr"; notificationSender = "hydra@localhost"; buildMachinesFiles = [ "/etc/nix/machines" ];