home.nas: get jellyfin hardware transcoding to work

This commit is contained in:
Franzi 2023-10-30 20:14:15 +01:00
parent 0b155a8a4d
commit 99ca3b6282
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -38,6 +38,10 @@ nodes['home.nas'] = {
'packages': {
'mpv': {},
# for hardware transcoding of video
'firmware-amd-graphics': {},
'mesa-va-drivers': {},
# for compiling yate
'autoconf': {},
'subversion': {},