rss-bridge now on unstable
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 36s
Flake check / flake-check (pull_request) Successful in 35s

This commit is contained in:
sid 2026-05-05 22:06:07 +02:00
parent f1d652f370
commit 1e52acd2b8

View file

@ -1,10 +1,16 @@
{ inputs, constants, ... }:
{
inputs,
constants,
pkgs,
...
}:
{
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;