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
hardware
|
@ -3,9 +3,8 @@
|
|||
{
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||
};
|
||||
# kaby lake
|
||||
boot.kernelParams = [ "i915.enable_guc=3" ];
|
||||
|
||||
environment.variables = {
|
||||
VDPAU_DRIVER =
|
||||
|
@ -14,7 +13,6 @@
|
|||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
intel-media-driver
|
||||
intel-compute-runtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue