sophie.vmhost: add backup datasets

This commit is contained in:
Sophie Schiller 2025-07-01 18:19:16 +02:00
parent c5ba88a7d9
commit 40c8568100

View file

@ -18,6 +18,8 @@ nodes['sophie.vmhost'] = {
'apt': {
'packages': {
'irqbalance': {},
'mosh': {},
'borgbackup': {},
},
},
'groups': {
@ -184,6 +186,12 @@ nodes['sophie.vmhost'] = {
}
},
"datasets": {
'nas/ejgwthink': {
'mountpoint': '/mnt/backups/ejgwthink',
},
'nas/ejgwdesk': {
'mountpoint': '/mnt/backups/ejgwdesk',
},
"storage/libvirt": {
"mountpoint": "/var/lib/libvirt",
},