mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
nixos/freshrss: use stable package
This commit is contained in:
parent
f25f970c75
commit
dbc41c2b94
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.freshrss = {
|
services.freshrss = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.freshrss;
|
|
||||||
baseUrl = "https://news.${domain}";
|
baseUrl = "https://news.${domain}";
|
||||||
inherit (cfg) language passwordFile defaultUser;
|
inherit (cfg) language passwordFile defaultUser;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue