nodes/home.nas: add zfs dataset for yate installation

This commit is contained in:
Franzi 2020-11-16 15:28:16 +01:00
parent d0b2e2fb61
commit 9fa3757a96
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -99,6 +99,9 @@ nodes['home.nas'] = {
},
'datasets': {
'storage/backups': {},
'storage/opt-yate': {
'mountpoint': '/opt/yate',
},
'storage/f2k1de': {
'mountpoint': '/storage/f2k1de',
},