mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/default.nix
This commit is contained in:
2026-06-17 17:46:08 +07:00
parent e92735ab1a
commit 759be87cf6
+12 -1
View File
@@ -366,7 +366,9 @@
};
route = {
receiver = "default-receiver";
routes = [ ];
routes = [
{ receiver = "matrix"; }
];
};
receivers = [
{
@@ -378,6 +380,15 @@
}
];
}
{
name = "matrix";
webhook_configs = [
{
url = "http://localhost:3000";
send_resolved = true;
}
];
}
];
};
};