prepare beesd for nas

This commit is contained in:
2023-10-02 16:21:18 +08:00
parent a0ef3198c2
commit 66bcb54311
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@
smartd.enable = true;
beesd =
{
enable = false;
enable = true;
instances =
{
root = { device = "/"; hashTableSizeMB = 2048; };

View File

@@ -33,7 +33,7 @@ inputs:
{
spec = instance.value.device or instance.value;
hashTableSizeMB = instance.value.hashTableSizeMB or 1024;
extraOptions = [ "--thread-count" "1" "--scan-mode" "3" ];
extraOptions = [ "--thread-count" "4" "--scan-mode" "3" ];
};
})
(attrsToList beesd.instances));