move rss-bridge to host sid
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 23s
Flake check / flake-check (pull_request) Successful in 21s

This commit is contained in:
sid 2026-05-05 23:28:32 +02:00
parent e3d05b8177
commit a5848b44b8
4 changed files with 2 additions and 9 deletions

View file

@ -18,7 +18,6 @@
./nginx.nix
./open-webui-oci.nix
./print-server.nix
./rss-bridge.nix
./rsshub-oci.nix
./vaultwarden.nix

View file

@ -1,14 +0,0 @@
{ inputs, constants, ... }:
{
imports = [ inputs.synix.nixosModules.rss-bridge ];
services.rss-bridge = {
enable = true;
reverseProxy = {
enable = true;
subdomain = constants.services.rss-bridge.subdomain;
forceSSL = false;
};
};
}