Add config option for manual device configuration

This commit is contained in:
Holger Obermaier
2026-03-06 13:39:25 +01:00
committed by Thomas Gruber
parent 54650d40a6
commit e8734c02db
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"
]
}
```