nodes/home.kodi-wohnzimmer: install nfs-common
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
60cfe90a1d
commit
d394842929
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
'mac': 'B8:27:EB:3C:21:ED',
|
'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': {
|
'raspberrypi': {
|
||||||
'default-target': 'graphical.target',
|
'default-target': 'graphical.target',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue