From 712b52a48dbe0da34f9c6021be9a958d0ae3d4cd Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 3 Mar 2026 21:46:45 -0800 Subject: [PATCH] Capture full systemd unit name for ntfy error alerts --- common/ntfy/service-failure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ntfy/service-failure.nix b/common/ntfy/service-failure.nix index b7f5ab1..95c6975 100644 --- a/common/ntfy/service-failure.nix +++ b/common/ntfy/service-failure.nix @@ -46,7 +46,7 @@ in mkdir -p $out/lib/systemd/system/service.d cat > $out/lib/systemd/system/service.d/ntfy-on-failure.conf <<'EOF' [Unit] - OnFailure=ntfy-failure@%p.service + OnFailure=ntfy-failure@%N.service EOF '') ];