From b132e073373567e5d4521ed8864a849af78c05e0 Mon Sep 17 00:00:00 2001 From: Jet Date: Mon, 23 Mar 2026 14:23:50 -0700 Subject: [PATCH] update: update noisebell --- flake.lock | 8 ++++---- modules/noisebell.nix | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 77d6ac1..27bed90 100644 --- a/flake.lock +++ b/flake.lock @@ -422,11 +422,11 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1774297375, - "narHash": "sha256-lGk96QodgzgNB3q0Y8uN/ACE7Sjc2vh0ev0ye6ZZXnM=", + "lastModified": 1774305839, + "narHash": "sha256-IQ6pTuN1+CiMOufaln83mZ9qytlFGkqeHTkkD1KFXCY=", "ref": "refs/heads/main", - "rev": "f57ecd19aa2f2d9d50c9125a51e80f83312a6e8c", - "revCount": 48, + "rev": "3991d25293c48d405f1a5730ba50de47930691e6", + "revCount": 51, "type": "git", "url": "https://git.extremist.software/jet/noisebell" }, diff --git a/modules/noisebell.nix b/modules/noisebell.nix index eccf8fc..d288078 100644 --- a/modules/noisebell.nix +++ b/modules/noisebell.nix @@ -20,4 +20,10 @@ domain = "discord.noisebell.extremist.software"; channelId = "1034916379486322718"; }; + + services.noisebell-rss = { + enable = true; + domain = "rss.noisebell.extremist.software"; + port = 3012; + }; }