From 71fe24c18972648468bd7935ba8cad9b855c670d Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 27 Jul 2025 15:49:15 +0300 Subject: [PATCH] no hydra in ymir --- hosts/ymir/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 2173c24..be87341 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -30,14 +30,6 @@ networking.hostName = "ymir"; # Define your hostname. - services.hydra = { - enable = true; - hydraURL = "http://localhost:3000"; - notificationSender = "hydra@localhost"; - buildMachinesFiles = []; - useSubstitutes = true; - }; - networking.firewall.allowedTCPPorts = [ 8889