mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(miniflux): rename password on server
This commit is contained in:
@@ -11,7 +11,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
adminCredentialsFile = pkgs.writeText "miniflux" ''
|
adminCredentialsFile = pkgs.writeText "miniflux" ''
|
||||||
ADMIN_USERNAME='kfm'
|
ADMIN_USERNAME='kfm'
|
||||||
ADMIN_PASSWORD='${lib.strings.fileContents <secrets/tt-rss/password>}'
|
ADMIN_PASSWORD='${lib.strings.fileContents <secrets/miniflux/password>}'
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
FETCH_YOUTUBE_WATCH_TIME = "1";
|
FETCH_YOUTUBE_WATCH_TIME = "1";
|
||||||
|
|||||||
Reference in New Issue
Block a user