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

authored by Giulio De Pasquale and committed by ehmry b77494ba 7db19e78

+2 -1
+2 -1
nixos/modules/services/misc/jellyfin.nix
··· 70 70 LockPersonality = true; 71 71 72 72 PrivateTmp = true; 73 - PrivateDevices = true; 73 + # Disabled to allow Jellyfin to access hw accel devices endpoints 74 + # PrivateDevices = true; 74 75 PrivateUsers = true; 75 76 76 77 # Disabled as it does not allow Jellyfin to interface with CUDA devices