Compare commits

..

No commits in common. "b11dae39e444f7e154df7c916a4b5df1b3390961" and "af0a423feb852a59345e68d48c2bd1f3084ee7fd" have entirely different histories.

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;