forked from mirrors/nixpkgs
Jellyfin: Disable ProtectClock to allow NVENC, NVDEC acceleration
This commit is contained in:
parent
3b944f4c0c
commit
81781c338d
|
@ -73,7 +73,8 @@ in
|
|||
PrivateDevices = true;
|
||||
PrivateUsers = true;
|
||||
|
||||
ProtectClock = true;
|
||||
# Disabled as it does not allow Jellyfin to interface with CUDA devices
|
||||
# ProtectClock = true;
|
||||
ProtectControlGroups = true;
|
||||
ProtectHostname = true;
|
||||
ProtectKernelLogs = true;
|
||||
|
|
Loading…
Reference in a new issue