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