Prevent nify-failure from calling itself
Some checks failed
Check Flake / check-flake (push) Has been cancelled

This commit is contained in:
2026-03-03 22:34:04 -08:00
parent bb39587292
commit 2fe5a559dc

View File

@@ -9,6 +9,7 @@ in
description = "Send ntfy alert for failed unit %i";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
unitConfig.OnFailure = lib.mkForce "";
serviceConfig = {
Type = "oneshot";
EnvironmentFile = "/run/agenix/ntfy-token";