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': { '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),
} }