mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-12 04:51:45 +02:00
feat(desktop): enable the firewall on desktop machines
Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
receiver = "telegram";
|
||||
routes = [
|
||||
{
|
||||
# Meta alerts like Watchdog & InfoInhibitor should never notify,
|
||||
# and info-level alerts are too noisy; route them to a null receiver.
|
||||
# Meta alerts (Watchdog, InfoInhibitor) and info-level noise never notify.
|
||||
receiver = "null";
|
||||
matchers = [ ''severity =~ "none|info"'' ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user