htz-cloud.miniserver: enable zfs

This commit is contained in:
Sophie Schiller 2022-10-23 15:13:13 +02:00
parent bd3c92aac9
commit 16fb0fd1fa

View file

@ -11,6 +11,7 @@ nodes['htz-cloud.miniserver'] = {
'ntfy',
'mautrix-telegram',
'postgresql',
'zfs',
},
'groups': {
'debian-bullseye',
@ -244,5 +245,18 @@ nodes['htz-cloud.miniserver'] = {
],
},
},
'zfs': {
'pools': {
'tank': {
'when_creating': {
'config': [{
'devices': {
'/dev/disk/by-id/scsi-0HC_Volume_23952298',
},
}]
},
},
},
},
},
}