From 23ff7a145ba327b0c3a937c6b992c7ec5973ed26 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 3 Oct 2020 13:36:44 +0200 Subject: [PATCH] nodes/home.kodi-wohnzimmer: install kodi --- nodes/home/kodi-wohnzimmer.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nodes/home/kodi-wohnzimmer.py b/nodes/home/kodi-wohnzimmer.py index c8c2f6f..ba240b2 100644 --- a/nodes/home/kodi-wohnzimmer.py +++ b/nodes/home/kodi-wohnzimmer.py @@ -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,