attempt 2

This commit is contained in:
Nathan McCarty 2023-04-09 01:38:16 -04:00
parent 97401f46a5
commit 9d29e503c3
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 14 additions and 6 deletions

View File

@ -60,17 +60,18 @@
driSupport = true; driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
libva
vaapiIntel vaapiIntel
libvdpau-va-gl libvdpau-va-gl
vaapiVdpau vaapiVdpau
intel-ocl intel-ocl
]; ];
extraPackages32 = with pkgs.pkgsi686Linux; [ # extraPackages32 = with pkgs.pkgsi686Linux; [
libva # libva
vaapiIntel # vaapiIntel
libvdpau-va-gl # libvdpau-va-gl
vaapiVdpau # vaapiVdpau
]; # ];
}; };
# Configure plex # Configure plex
services.plex = let services.plex = let
@ -82,6 +83,13 @@
"https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
sha256 = "sha256-9rGmUk0m7tBLSo5LeQ1fv2rnmK7WQ9AVDUPU0aqXLrM="; sha256 = "sha256-9rGmUk0m7tBLSo5LeQ1fv2rnmK7WQ9AVDUPU0aqXLrM=";
}; };
buildInputs = with pkgs; [
libva
vaapiIntel
libvdpau-va-gl
vaapiVdpau
intel-ocl
];
}); });
}; };
in { in {