1
0
mirror of https://github.com/kmein/niveum synced 2026-03-28 07:11:08 +01:00

2 Commits

Author SHA1 Message Date
d1b5b0c25c feat(newsboat): starred tt-rss 2022-11-29 13:58:42 +01:00
ff5bc035c0 feat(tt-rss): correct name, add secret to ci 2022-11-29 13:55:56 +01:00
4 changed files with 5 additions and 3 deletions

2
ci.nix
View File

@@ -52,6 +52,8 @@
"openweathermap.key"
"restic/password"
"traadfri.key"
"tt-rss/password"
"tt-rss/private-rss.key"
"wifi/Aether.psk"
"spotify/username"
"spotify/password"

View File

@@ -90,7 +90,7 @@
urls-source "ttrss"
ttrss-url "https://feed.kmein.de"
ttrss-login "k"
ttrss-password "${lib.strings.fileContents <secrets/freshrss/password>}"
ttrss-password "${lib.strings.fileContents <secrets/tt-rss/password>}"
ttrss-mode "multi"
'';
@@ -100,6 +100,7 @@ in {
newsboat = pkgs.writers.writeDashBin "newsboat" ''
${pkgs.newsboat}/bin/newsboat -C ${newsboat-config} -u ${pkgs.writeText "newsboat-urls" ''
"query:🕒 Read Later:flags # \"e\""
https://feed.kmein.de/public.php?op=rss&id=-1&is_cat=0&q=&key=${lib.strings.fileContents <secrets/tt-rss/private-rss.key>} "~Starred"
"query:📥 Unread:unread = \"yes\""
" "
''} "$@"

View File

@@ -7,7 +7,6 @@
inherit (import <niveum/lib>) kieran retiolumAddresses restic;
in {
imports = [
./freshrss.nix
./gitea.nix
./hardware-configuration.nix
./hedgedoc.nix
@@ -23,6 +22,7 @@ in {
./radio.nix
./retiolum-map.nix
./tarot.nix
./tt-rss.nix
./urlwatch.nix
./weechat.nix
<niveum/configs/monitoring.nix>
@@ -51,7 +51,6 @@ in {
"/var/lib/grafana"
"/var/lib/gitea"
"/var/lib/redis"
"/var/lib/freshrss"
];
};