migrate nixpkgs-notifier to ntfy

This commit is contained in:
2026-07-26 16:46:26 +02:00
parent eca6ad278d
commit 588a1e77e8
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
exec-once = [ exec-once = [
"qtbatticon" # custom battery tray "qtbatticon" # custom battery tray
"nixpkgs-notifier listen" # tracks PR merge in nixos-unstable "source /run/agenix/ntfy && nixpkgs-notifier listen" # gets the necessary env vars and tracks PR merge in nixos-unstable
]; ];
monitor = [ monitor = [
"eDP-1, highres@highrr, 0x0, 1" "eDP-1, highres@highrr, 0x0, 1"
+7 -1
View File
@@ -48,11 +48,17 @@
"configFetchTime": 1, "configFetchTime": 1,
"localNotify": true, "localNotify": true,
"matrix": { "matrix": {
"enable": true, "enable": false,
"room": "!BXRRokBmEdNOyYdfOF:matrix.org", "room": "!BXRRokBmEdNOyYdfOF:matrix.org",
"ping": true, "ping": true,
"userPing": "@notificationbot_0000", "userPing": "@notificationbot_0000",
"userPingServer": "matrix.org" "userPingServer": "matrix.org"
},
"ntfy": {
"enable": true,
"auth": ":$NTFY_TOKEN",
"server": "$NTFY_SERVER",
"topic": "Alerts"
} }
} }
''; '';