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;