mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
alertmanager: Always send notifications with priority level default
This commit is contained in:
parent
7a6b17fb36
commit
1b599abdbe
1 changed files with 4 additions and 1 deletions
|
|
@ -72,7 +72,10 @@ in
|
||||||
http.addr = "localhost:${toString cfg.ntfyBridgePort}";
|
http.addr = "localhost:${toString cfg.ntfyBridgePort}";
|
||||||
ntfy = {
|
ntfy = {
|
||||||
baseurl = "https://ntfy.sh";
|
baseurl = "https://ntfy.sh";
|
||||||
notification.topic = "splitleaf";
|
notification = {
|
||||||
|
topic = "splitleaf";
|
||||||
|
priority = "default";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue