nixos/freshrss: use stable package

This commit is contained in:
Felix Buehler 2023-11-12 20:40:21 +01:00
parent f25f970c75
commit dbc41c2b94

View file

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