From 641e7640f04c5538ff045e628cc232c56079ab79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 30 Oct 2025 08:56:28 +0100 Subject: [PATCH] hosts: rename deprecated vaapiVdpau option --- hosts/gunter/configuration.nix | 2 +- hosts/magicman/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 99ba52e..02806e2 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -74,7 +74,7 @@ hardware.graphics = { enable = true; extraPackages = with pkgs; [ - vaapiVdpau + libva-vdpau-driver nvidia-vaapi-driver ]; }; diff --git a/hosts/magicman/configuration.nix b/hosts/magicman/configuration.nix index 1627f4a..1dc9fec 100644 --- a/hosts/magicman/configuration.nix +++ b/hosts/magicman/configuration.nix @@ -57,7 +57,7 @@ enable = true; extraPackages = with pkgs; [ intel-media-driver - vaapiVdpau + libva-vdpau-driver libvdpau-va-gl ]; };