overlay for rss-bridge v2025-06-03
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 18s
Flake check / flake-check (pull_request) Successful in 18s

This commit is contained in:
sid 2026-05-05 22:48:30 +02:00
parent ed2f7e5773
commit b3d8f80020
3 changed files with 13 additions and 7 deletions

View file

@ -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;