added cache culling options
This commit is contained in:
@@ -5,6 +5,14 @@
|
|||||||
services.cachefilesd = {
|
services.cachefilesd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cacheDir = "/data/cache";
|
cacheDir = "/data/cache";
|
||||||
|
extraConfig = ''
|
||||||
|
brun 10%
|
||||||
|
bcull 7%
|
||||||
|
bstop 3%
|
||||||
|
frun 10%
|
||||||
|
fcull 7%
|
||||||
|
fstop 3%
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.mounts = [{
|
systemd.mounts = [{
|
||||||
|
|||||||
Reference in New Issue
Block a user