All miniflux config parameters must be strings
This commit is contained in:
parent
9a181809ef
commit
4cf314ca90
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
miniflux = {
|
||||
enable = true;
|
||||
config = {
|
||||
PORT = "${config.ports.miniflux}";
|
||||
FETCH_YOUTUBE_WATCH_TIME = true;
|
||||
PORT = config.ports.miniflux;
|
||||
FETCH_YOUTUBE_WATCH_TIME = "true";
|
||||
BASE_URL = "https://miniflux.baduhai.me";
|
||||
};
|
||||
adminCredentialsFile = config.age.secrets.miniflux-pass.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue