nodes/home.kodi-wohnzimmer: change operating system, change hardware (now a NUC)

This commit is contained in:
Franzi 2020-10-09 17:47:36 +02:00
parent a955a7b84d
commit c478fb357d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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,),
}