rsshub -> rsshub-oci
All checks were successful
Flake check / flake-check (pull_request) Successful in 17s
Build hosts / build-hosts (pull_request) Successful in 34s

This commit is contained in:
sid 2026-03-30 20:00:14 +02:00
parent f8a929c13b
commit 1579126baf

View file

@ -9,6 +9,6 @@
services.rsshub-oci = { services.rsshub-oci = {
enable = true; enable = true;
inherit (constants.services.rsshub) port; inherit (constants.services.rsshub-oci) port;
}; };
} }