From dc3ecc2d414deb52a7024f9b0ae8731f837b9ff8 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 14 Jan 2024 18:26:38 -0500 Subject: [PATCH] Disable Hydra since it demolishes the server SWAP --- nixos-apps/hydra.fancyTypist.com.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";