nodes/home.kodi-wohnzimmer: change operating system, change hardware (now a NUC)
This commit is contained in:
parent
a955a7b84d
commit
c478fb357d
1 changed files with 4 additions and 10 deletions
|
@ -3,9 +3,7 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'bundles': {
|
||||
'kodi',
|
||||
},
|
||||
'groups': {
|
||||
'raspberry',
|
||||
},
|
||||
'groups': set(),
|
||||
'metadata': {
|
||||
'hostname': 'kodi-wohnzimmer',
|
||||
'interfaces': {
|
||||
|
@ -14,7 +12,7 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'172.19.138.24',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': 'B8:27:EB:3C:21:ED',
|
||||
'mac': '94:C6:91:1E:B8:1F',
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
|
@ -24,15 +22,11 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'nfs-common': {},
|
||||
},
|
||||
},
|
||||
'raspberrypi': {
|
||||
'default-target': 'graphical.target',
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 4,
|
||||
'ram': 1,
|
||||
},
|
||||
},
|
||||
# This is a raspberry pi, but raspbian 64bit is plain debian.
|
||||
'os': 'raspbian',
|
||||
'os_version': (10, 5),
|
||||
'os': 'debian',
|
||||
'os_version': (10,),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue