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', },