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 = [ ];