nodes/home.nas: add vmhost bundle
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
75d86f3339
commit
2631531fd2
1 changed files with 8 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue