nodes/home.kodi-wohnzimmer: install kodi
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
32fd2f7a7b
commit
23ff7a145b
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
nodes['home.kodi-wohnzimmer'] = {
|
||||
'hostname': '172.19.138.24',
|
||||
'bundles': set(),
|
||||
'bundles': {
|
||||
'kodi',
|
||||
},
|
||||
'groups': {
|
||||
'raspberry',
|
||||
},
|
||||
|
@ -15,6 +17,9 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'mac': 'B8:27:EB:3C:21:ED',
|
||||
},
|
||||
},
|
||||
'raspberrypi': {
|
||||
'default-target': 'graphical.target',
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 4,
|
||||
'ram': 1,
|
||||
|
|
Loading…
Reference in a new issue