From 85fc9790c09f203cdc981f83b9a235788c847a2e Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:14:45 +1000 Subject: [PATCH] bug: failed backups were using the wrong emoji --- modules/nixos/features/borgbackup-srv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/features/borgbackup-srv.nix b/modules/nixos/features/borgbackup-srv.nix index 5766c24..faf02ee 100644 --- a/modules/nixos/features/borgbackup-srv.nix +++ b/modules/nixos/features/borgbackup-srv.nix @@ -27,7 +27,7 @@ let notifyFailure = location: notify { - tag = "tada"; + tag = "rotating_light"; msg = "Backup failed, check logs"; inherit location; };