From 0482da02b58c3064e3b80dc47a26c132f93c8304 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 22:09:35 +0200 Subject: [PATCH] fix: aaa, hydra not workie --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 71582c2..bace487 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -227,7 +227,7 @@ port = 22332; }; hydra = { - enable = true; + enable = false; hydraURL = "http://localhost:3000"; notificationSender = "hydra@localhost"; buildMachinesFiles = [ ];