rpi4/thelounge: enable prefetch

This commit is contained in:
NullBite 2025-01-28 02:15:52 +00:00
parent 9cc635aa82
commit d2dbbe2679
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ in
".snapshots"
"gdlmirror"
"gitea-dump-*"
"/var/lib/thelounge/storage"
];
paths = [
"/srv"

View File

@ -468,6 +468,8 @@ in
services.thelounge = {
enable = true;
prefetch = true;
prefetchStorage = true;
};
services.redis.servers.paperless.enable = true;