update: noisebell relay configuration

This commit is contained in:
Jet 2026-03-23 22:23:12 -07:00
parent b41c85b161
commit f569039eec
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -11,6 +11,10 @@
url = "http://127.0.0.1:3004/webhook";
secretFile = config.age.secrets.noisebell-discord-webhook-secret.path;
}
{
url = "http://noisebell-pi:8090/webhook";
secretFile = config.age.secrets.noisebell-relay-webhook-secret.path;
}
];
};