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

main
Giulio De Pasquale 2 years ago committed by ehmry
parent 7db19e78ff
commit b77494badb
  1. 3
      nixos/modules/services/misc/jellyfin.nix

@ -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…
Cancel
Save