rss stuff back on rx4
This commit is contained in:
parent
1e52acd2b8
commit
ed2f7e5773
5 changed files with 15 additions and 8 deletions
14
hosts/rx4/services/rsshub-oci.nix
Normal file
14
hosts/rx4/services/rsshub-oci.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
outputs,
|
||||
constants,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ outputs.nixosModules.rsshub-oci ];
|
||||
|
||||
services.rsshub-oci = {
|
||||
enable = true;
|
||||
inherit (constants.services.rsshub-oci) port;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue