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

This commit is contained in:
Giulio De Pasquale
2022-03-13 17:01:10 +00:00
committed by ehmry
parent 7db19e78ff
commit b77494badb
+2 -1
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