Fix default notification for ntfy

This commit is contained in:
Pim Kunis 2025-06-07 18:28:39 +02:00
parent cadeb3fb15
commit c5e166a858

View file

@ -309,7 +309,7 @@ in {
endpoint
// {
interval = "5m";
alerts = [{type = "email";}];
alerts = [{type = "email";} {type = "ntfy";}];
})
serviceEndpoints;
};