From 3a7693157206a249e607f59770d4db467d13ea31 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 2 Oct 2024 19:16:48 +0200 Subject: [PATCH] feat: enable hydra --- hosts/lambdaos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 45fbd07..6f96a20 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -235,7 +235,7 @@ port = 22332; }; hydra = { - enable = false; + enable = true; hydraURL = "http://localhost:3000"; notificationSender = "hydra@localhost"; buildMachinesFiles = [ ];