add hw acceleration
This commit is contained in:
parent
8f7be8561b
commit
ef8329ade8
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
||||||
services = {
|
services = {
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hardwareAcceleration.enable = true;
|
hardwareAcceleration = {
|
||||||
|
enable = true;
|
||||||
|
device = "/dev/dri/renderD128";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# jellyseerr = {
|
# jellyseerr = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue