home.nas: add ZFS cache disk to S.M.A.R.T. checks
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-12-18 18:00:32 +01:00
parent da4b139095
commit 7bf77f9a49
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -56,6 +56,10 @@ nodes['home.nas'] = {
'smartd': {
'disks': {
'/dev/nvme0',
# ZFS cache disks
'/dev/disk/by-id/ata-TS64GSSD370_B807810503',
'/dev/disk/by-id/ata-TS64GSSD370_B807810527',
},
},
'systemd-networkd': {