From d3948429298fecd11bf98846d9ab35e763f288ba Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 3 Oct 2020 14:02:09 +0200 Subject: [PATCH] nodes/home.kodi-wohnzimmer: install nfs-common --- nodes/home/kodi-wohnzimmer.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nodes/home/kodi-wohnzimmer.py b/nodes/home/kodi-wohnzimmer.py index ba240b2..2fe37a5 100644 --- a/nodes/home/kodi-wohnzimmer.py +++ b/nodes/home/kodi-wohnzimmer.py @@ -17,6 +17,13 @@ nodes['home.kodi-wohnzimmer'] = { 'mac': 'B8:27:EB:3C:21:ED', }, }, + 'apt': { + 'packages': { + # This node mounts the NAS via NFS. Configured manually, + # because i'm lazy. + 'nfs-common': {}, + }, + }, 'raspberrypi': { 'default-target': 'graphical.target', },