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

8
flake.lock generated
View file

@ -422,11 +422,11 @@
"rust-overlay": "rust-overlay_2"
},
"locked": {
"lastModified": 1774306596,
"narHash": "sha256-6K/06QYWQsUmNqHwGPPf7/NjtEGNhnSL1IPXdPM+uOg=",
"lastModified": 1774329509,
"narHash": "sha256-KVuSr9WLyLiFERomJYVxIFLUPBH3FRrwpGkhKIyXOns=",
"ref": "refs/heads/main",
"rev": "50468db20b3c1606c6fb1d3d027c309a09bc469d",
"revCount": 52,
"rev": "3a0d464234b2df01be85da317b2dbbf54e6f4344",
"revCount": 53,
"type": "git",
"url": "https://git.extremist.software/jet/noisebell"
},

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;
}
];
};