diff --git a/nixos-apps/hydra.fancyTypist.com.nix b/nixos-apps/hydra.fancyTypist.com.nix index f4ba29a..22dc8bf 100644 --- a/nixos-apps/hydra.fancyTypist.com.nix +++ b/nixos-apps/hydra.fancyTypist.com.nix @@ -5,7 +5,7 @@ let in { services.hydra = { - enable = true; + enable = false; port = PORT; hydraURL = "https://${HOST}:${toString PORT}"; notificationSender = "hydra@fancyTypist.com";