feat(home-server): configure GPU & jellyfin acceleration
This commit is contained in:
parent
441ce548f2
commit
f96a3228d9
3 changed files with 3 additions and 5 deletions
services
|
@ -9,7 +9,6 @@
|
|||
users.users.${config.services.jellyfin.user}.extraGroups =
|
||||
[ "video" "render" ];
|
||||
systemd.services.jellyfin.serviceConfig = {
|
||||
PrivateDevices = lib.mkForce false;
|
||||
DeviceAllow = lib.mkForce [ "/dev/dri/renderD128" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue