Jellyfin: Difference between revisions
Add details for NVENC, as without these Jellyfin will fail with hardware encoding. |
m →NVENC: Add more nvenc config details |
||
| Line 158: | Line 158: | ||
}; | }; | ||
nixpkgs.config.cudaSupport = true; | nixpkgs.config.cudaSupport = true; | ||
services.jellyfin = { | |||
enable = true; | |||
hardwareAcceleration = { | |||
enable = true; | |||
type = "nvenc"; | |||
device = "/dev/dri/renderD128"; | |||
}; | |||
}; | |||
}|lang=nix}} | }|lang=nix}} | ||