added cache culling options

This commit is contained in:
2026-01-13 21:46:58 +01:00
parent f50d9783ce
commit 652d80bcc3
+8
View File
@@ -5,6 +5,14 @@
services.cachefilesd = {
enable = true;
cacheDir = "/data/cache";
extraConfig = ''
brun 10%
bcull 7%
bstop 3%
frun 10%
fcull 7%
fstop 3%
'';
};
systemd.mounts = [{