nixos/jellyfin: Disable PrivateDevices from hardening to allow GPU endpoints to be accessed

This commit is contained in:
Giulio De Pasquale 2022-03-10 20:02:13 +00:00 committed by ehmry
parent 7db19e78ff
commit b77494badb

View File

@ -70,7 +70,8 @@ in
LockPersonality = true;
PrivateTmp = true;
PrivateDevices = true;
# Disabled to allow Jellyfin to access hw accel devices endpoints
# PrivateDevices = true;
PrivateUsers = true;
# Disabled as it does not allow Jellyfin to interface with CUDA devices