From 034bc1e4e0c8ffd93445de36ac809d8d606f3cf1 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 5 May 2024 20:12:39 +0200 Subject: [PATCH] flake add hydraJobs --- flake.nix | 3 --- modules/services/dmz/hydra.nix | 1 - 2 files changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9dbee3c..1cfcfa9 100644 --- a/flake.nix +++ b/flake.nix @@ -79,8 +79,5 @@ } ); }; - hydraJobs = { - steamdeck = nixosConfigurations.steamdeck.config.system.build.toplevel; - }; } diff --git a/modules/services/dmz/hydra.nix b/modules/services/dmz/hydra.nix index 15304f9..aa921dc 100644 --- a/modules/services/dmz/hydra.nix +++ b/modules/services/dmz/hydra.nix @@ -3,7 +3,6 @@ { services.hydra = { enable = true; - port = true; hydraURL = "http://localhost:3000"; notificationSender = "hydra@localhost"; useSubstitutes = true;