hosts: rename deprecated vaapiVdpau option
Some checks failed
Run nix flake check / flake-check (push) Failing after 37s
Periodic flake update / flake-update (push) Successful in 2m13s

This commit is contained in:
2025-10-30 08:56:28 +01:00
parent f1589b403a
commit 641e7640f0
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
vaapiVdpau libva-vdpau-driver
nvidia-vaapi-driver nvidia-vaapi-driver
]; ];
}; };

View File

@@ -57,7 +57,7 @@
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-media-driver intel-media-driver
vaapiVdpau libva-vdpau-driver
libvdpau-va-gl libvdpau-va-gl
]; ];
}; };