diff --git a/flake.lock b/flake.lock index 45a2139..38a0117 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/modules/noisebell.nix b/modules/noisebell.nix index d288078..83574e2 100644 --- a/modules/noisebell.nix +++ b/modules/noisebell.nix @@ -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; + } ]; };