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;