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

lastFile:inventories/default.nix
This commit is contained in:
2026-06-18 17:32:02 +07:00
parent 8f33f43e4d
commit e9dfe64b1a
+2 -8
View File
@@ -330,7 +330,6 @@
matrixRooms = [
{
receivers = [
"default"
"matrix"
];
roomId = "!rqIrWqPvsXqMgYpcNZ:matrix.org";
@@ -383,14 +382,9 @@
name = "matrix";
webhook_configs = [
{
url = "http://localhost:3000/alerts";
http_config = {
basic_auth = {
username = "kuroiris";
password = "$${KUROIRIS_PASSWORD}";
};
};
url = "http://localhost:3000/alerts?secret=$$KUROIRIS_SECRET";
send_resolved = true;
}
];
}