Add config option for manual device configuration

This commit is contained in:
Holger Obermaier
2026-03-06 13:39:25 +01:00
parent 510e916c0f
commit 162b8cb6d4
2 changed files with 33 additions and 5 deletions

View File

@@ -4,7 +4,11 @@
"smartmon": {
"use_sudo" : true,
"exclude_devices": [
"/dev/sda",
"/dev/sda"
],
"devices": [
"name": "/dev/nvme0"
"type": "nvme"
]
}
```