Merge pull request 'rss-bridge now on unstable' (#50) from develop into master
Some checks failed
Deploy configs / deploy-configs (push) Has been cancelled
Some checks failed
Deploy configs / deploy-configs (push) Has been cancelled
Reviewed-on: #50
This commit is contained in:
commit
b11dae39e4
1 changed files with 7 additions and 1 deletions
|
|
@ -1,10 +1,16 @@
|
||||||
{ 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