nixos/jellyfin: Disable PrivateDevices from hardening to allow GPU endpoints to be accessed
This commit is contained in:
parent
7db19e78ff
commit
b77494badb
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ in
|
||||||
LockPersonality = true;
|
LockPersonality = true;
|
||||||
|
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
# Disabled to allow Jellyfin to access hw accel devices endpoints
|
||||||
|
# PrivateDevices = true;
|
||||||
PrivateUsers = true;
|
PrivateUsers = true;
|
||||||
|
|
||||||
# Disabled as it does not allow Jellyfin to interface with CUDA devices
|
# Disabled as it does not allow Jellyfin to interface with CUDA devices
|
||||||
|
|
Loading…
Reference in a new issue