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:
1
ci.nix
1
ci.nix
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user