rss-bridge now on unstable #50
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue