overlay for rss-bridge v2025-06-03
This commit is contained in:
parent
ed2f7e5773
commit
b3d8f80020
3 changed files with 13 additions and 7 deletions
|
|
@ -1,16 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
constants,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ inputs, constants, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.synix.nixosModules.rss-bridge ];
|
||||
|
||||
services.rss-bridge = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.rss-bridge;
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = constants.services.rss-bridge.subdomain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue