miniflux: don't remove old entries from feeds
This commit is contained in:
parent
3c0732cedd
commit
bb3532eb8a
|
@ -40,6 +40,9 @@ in {
|
||||||
config = {
|
config = {
|
||||||
LISTEN_ADDR = "127.0.0.1:${toString cfg.privatePort}";
|
LISTEN_ADDR = "127.0.0.1:${toString cfg.privatePort}";
|
||||||
BASE_URL = "https://reader.${domain}/";
|
BASE_URL = "https://reader.${domain}/";
|
||||||
|
|
||||||
|
CLEANUP_ARCHIVE_UNREAD_DAYS = "-1";
|
||||||
|
CLEANUP_ARCHIVE_READ_DAYS = "-1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue