Compare commits

...

2 commits

Author SHA1 Message Date
sid
b11dae39e4 Merge pull request 'rss-bridge now on unstable' (#50) from develop into master
Some checks failed
Deploy configs / deploy-configs (push) Has been cancelled
Reviewed-on: #50
2026-05-05 22:08:42 +02:00
sid
1e52acd2b8 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
2026-05-05 22:06:07 +02:00

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;