carlene: add smartd
This commit is contained in:
parent
6b27128b6d
commit
8d5fe0d926
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@ groups = [
|
|||
"debian-bookworm",
|
||||
]
|
||||
bundles = [
|
||||
"smartd",
|
||||
"check-mail-received",
|
||||
"zfs",
|
||||
]
|
||||
|
@ -19,6 +20,12 @@ ips = [
|
|||
gateway4 = "193.135.9.1"
|
||||
#gateway6 = ""
|
||||
|
||||
[metadata.smartd]
|
||||
disks = [
|
||||
"/dev/nvme0",
|
||||
"/dev/nvme1",
|
||||
]
|
||||
|
||||
[[metadata.zfs.pools.tank.when_creating.config]]
|
||||
devices = [
|
||||
"/dev/nvme0n1p3",
|
||||
|
|
Loading…
Reference in a new issue