miniflux: don't remove old entries from feeds

This commit is contained in:
Antoine Martin 2021-02-05 22:00:15 +01:00
parent 3c0732cedd
commit bb3532eb8a

View file

@ -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";
}; };
}; };