Compare commits
No commits in common. "b11dae39e444f7e154df7c916a4b5df1b3390961" and "af0a423feb852a59345e68d48c2bd1f3084ee7fd" have entirely different histories.
b11dae39e4
...
af0a423feb
1 changed files with 1 additions and 7 deletions
|
|
@ -1,16 +1,10 @@
|
||||||
{
|
{ inputs, constants, ... }:
|
||||||
inputs,
|
|
||||||
constants,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ inputs.synix.nixosModules.rss-bridge ];
|
imports = [ inputs.synix.nixosModules.rss-bridge ];
|
||||||
|
|
||||||
services.rss-bridge = {
|
services.rss-bridge = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.rss-bridge;
|
|
||||||
reverseProxy = {
|
reverseProxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
subdomain = constants.services.rss-bridge.subdomain;
|
subdomain = constants.services.rss-bridge.subdomain;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue