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 = {
|
miniflux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
PORT = "${config.ports.miniflux}";
|
PORT = config.ports.miniflux;
|
||||||
FETCH_YOUTUBE_WATCH_TIME = true;
|
FETCH_YOUTUBE_WATCH_TIME = "true";
|
||||||
BASE_URL = "https://miniflux.baduhai.me";
|
BASE_URL = "https://miniflux.baduhai.me";
|
||||||
};
|
};
|
||||||
adminCredentialsFile = config.age.secrets.miniflux-pass.path;
|
adminCredentialsFile = config.age.secrets.miniflux-pass.path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue