From 6fb53c96690d788c8059fd39a432be892e80f5f3 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 21:08:24 +0200 Subject: [PATCH] fix: hydra used too much ram --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 48be832..778d581 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -162,7 +162,7 @@ port = 22332; }; hydra = { - enable = true; + enable = false; hydraURL = "http://localhost:3000"; notificationSender = "hydra@localhost"; buildMachinesFiles = [ ];