update: update noisebell

This commit is contained in:
Jet 2026-03-23 14:23:50 -07:00
parent 9b8db2806b
commit b132e07337
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

8
flake.lock generated
View file

@ -422,11 +422,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1774297375, "lastModified": 1774305839,
"narHash": "sha256-lGk96QodgzgNB3q0Y8uN/ACE7Sjc2vh0ev0ye6ZZXnM=", "narHash": "sha256-IQ6pTuN1+CiMOufaln83mZ9qytlFGkqeHTkkD1KFXCY=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "f57ecd19aa2f2d9d50c9125a51e80f83312a6e8c", "rev": "3991d25293c48d405f1a5730ba50de47930691e6",
"revCount": 48, "revCount": 51,
"type": "git", "type": "git",
"url": "https://git.extremist.software/jet/noisebell" "url": "https://git.extremist.software/jet/noisebell"
}, },

View file

@ -20,4 +20,10 @@
domain = "discord.noisebell.extremist.software"; domain = "discord.noisebell.extremist.software";
channelId = "1034916379486322718"; channelId = "1034916379486322718";
}; };
services.noisebell-rss = {
enable = true;
domain = "rss.noisebell.extremist.software";
port = 3012;
};
} }