From 6b926b7fc95b362dccf99cbe15050f8600c006be Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:54:44 +1000 Subject: [PATCH] modules/nixos/hydra: re-enable hydra-notify needed to create new declarative jobsets --- modules/nixos/hydra.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/hydra.nix b/modules/nixos/hydra.nix index 7dbdc55..c890f7f 100644 --- a/modules/nixos/hydra.nix +++ b/modules/nixos/hydra.nix @@ -39,7 +39,6 @@ in # not currently needed systemd.services = { hydra-check-space.enable = false; - hydra-notify.enable = false; hydra-send-stats.enable = false; };