freshrss: update package

This commit is contained in:
Felix Buehler 2023-03-13 22:22:03 +01:00
parent beda4ab01d
commit 3add8feef4
2 changed files with 11 additions and 1 deletions

View file

@ -38,6 +38,7 @@ in
config = lib.mkIf cfg.enable {
services.freshrss = {
enable = true;
package = pkgs.unstable.freshrss;
baseUrl = "https://news.${domain}";
inherit (cfg) language passwordFile defaultUser;
};