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': {
|
'bundles': {
|
||||||
'kodi',
|
'kodi',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': set(),
|
||||||
'raspberry',
|
|
||||||
},
|
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'hostname': 'kodi-wohnzimmer',
|
'hostname': 'kodi-wohnzimmer',
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
|
@ -14,7 +12,7 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
'172.19.138.24',
|
'172.19.138.24',
|
||||||
},
|
},
|
||||||
'dhcp': True,
|
'dhcp': True,
|
||||||
'mac': 'B8:27:EB:3C:21:ED',
|
'mac': '94:C6:91:1E:B8:1F',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'apt': {
|
'apt': {
|
||||||
|
@ -24,15 +22,11 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
'nfs-common': {},
|
'nfs-common': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'raspberrypi': {
|
|
||||||
'default-target': 'graphical.target',
|
|
||||||
},
|
|
||||||
'vm': {
|
'vm': {
|
||||||
'cpu': 4,
|
'cpu': 4,
|
||||||
'ram': 1,
|
'ram': 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# This is a raspberry pi, but raspbian 64bit is plain debian.
|
'os': 'debian',
|
||||||
'os': 'raspbian',
|
'os_version': (10,),
|
||||||
'os_version': (10, 5),
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue