Working Jellyfin transcoding setup + crowdsec
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
0d3bf29866
commit
1d126cae12
3 changed files with 26 additions and 3 deletions
|
@ -15,19 +15,19 @@ in {
|
|||
sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; };
|
||||
systemPackages = with pkgs; [
|
||||
cifs-utils
|
||||
intel-gpu-tools
|
||||
];
|
||||
};
|
||||
# Intel Hardware Acceleration config
|
||||
hardware = {
|
||||
enableAllFirmware = true;
|
||||
intel-gpu-tools.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in)
|
||||
intel-ocl
|
||||
vpl-gpu-rt # QSV on 11th gen or newer
|
||||
];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue