nodes/home.kodi-wohnzimmer: install nfs-common
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-03 14:02:09 +02:00
parent 60cfe90a1d
commit d394842929
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

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