From 9d1d942b6c045ab41987697ca54bb3a46d53b338 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 2 Oct 2024 22:32:43 +0200 Subject: [PATCH] feat: disable hydra --- hosts/lambdaos/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 6f96a20..74360b5 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -234,13 +234,6 @@ bindAddress = "127.0.0.1"; port = 22332; }; - hydra = { - enable = true; - hydraURL = "http://localhost:3000"; - notificationSender = "hydra@localhost"; - buildMachinesFiles = [ ]; - useSubstitutes = true; - }; fail2ban.enable = true; greetd = { enable = false;