forked from mirrors/nixpkgs
nixos/jellyfin: Disable PrivateDevices from hardening to allow GPU endpoints to be accessed
This commit is contained in:
parent
7db19e78ff
commit
b77494badb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue