nodes/home.nas: add vmhost bundle
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-13 16:29:42 +01:00
parent 75d86f3339
commit 2631531fd2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,6 +3,7 @@ nodes['home.nas'] = {
'bundles': {
'backup-server',
'nfs-server',
'vmhost',
'zfs',
},
'groups': set(),
@ -51,6 +52,13 @@ nodes['home.nas'] = {
},
},
},
'users': {
'kunsi': {
'groups': {
'libvirt',
},
},
},
'zfs': {
'pools': {
# Configured manually. Don't touch!