Add and enable tinytinyrss fever api derivation

This commit is contained in:
Amanda Graven 2023-01-29 18:47:19 +01:00
parent 7a784af41d
commit 34df05f81a
Signed by: amanda
GPG key ID: F747582C5608F4CB
2 changed files with 41 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
services.tt-rss = {
@ -6,5 +6,8 @@
registration.enable = false;
virtualHost = "rss.graven.dev";
selfUrlPath = "https://rss.graven.dev";
pluginPackages = [
(pkgs.callPackage ./ttrss-plugins/fever.nix {})
];
};
}