Fix default notification for ntfy
This commit is contained in:
parent
cadeb3fb15
commit
c5e166a858
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ in {
|
||||||
endpoint
|
endpoint
|
||||||
// {
|
// {
|
||||||
interval = "5m";
|
interval = "5m";
|
||||||
alerts = [{type = "email";}];
|
alerts = [{type = "email";} {type = "ntfy";}];
|
||||||
})
|
})
|
||||||
serviceEndpoints;
|
serviceEndpoints;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue