move rss services to sid
Some checks failed
Flake check / flake-check (pull_request) Failing after 6s
Build hosts / build-hosts (pull_request) Failing after 10s

This commit is contained in:
sid 2026-05-05 19:05:06 +02:00
parent 0778974a50
commit 43244fd370
5 changed files with 23 additions and 3 deletions

View file

@ -1,14 +0,0 @@
{
outputs,
constants,
...
}:
{
imports = [ outputs.nixosModules.rsshub-oci ];
services.rsshub-oci = {
enable = true;
inherit (constants.services.rsshub-oci) port;
};
}