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

feat(tt-rss): correct name, add secret to ci

This commit is contained in:
2022-11-29 13:55:56 +01:00
parent e06e7bbe0d
commit ff5bc035c0
4 changed files with 3 additions and 3 deletions

1
ci.nix
View File

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

View File

@@ -90,7 +90,7 @@
urls-source "ttrss" urls-source "ttrss"
ttrss-url "https://feed.kmein.de" ttrss-url "https://feed.kmein.de"
ttrss-login "k" ttrss-login "k"
ttrss-password "${lib.strings.fileContents <secrets/freshrss/password>}" ttrss-password "${lib.strings.fileContents <secrets/tt-rss/password>}"
ttrss-mode "multi" ttrss-mode "multi"
''; '';

View File

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