mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
freshrss: update package
This commit is contained in:
parent
beda4ab01d
commit
3add8feef4
2 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue