mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Refactor alert URL to use centralized domain config
This commit is contained in:
parent
401e0059c4
commit
5aad5d2a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
customEndpoints = {
|
||||
"alerts" = {
|
||||
group = "Monitoring";
|
||||
url = "https://alerts.${config.custom.services.tailscale.domain}/v1/health";
|
||||
url = "https://${config.custom.services.ntfy.domain}/v1/health";
|
||||
extraConditions = [ "[BODY].healthy == true" ];
|
||||
};
|
||||
"git ssh".url = "ssh://git.sstork.dev";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue