diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 28e6384..c984732 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -54,7 +54,7 @@ }; environment.systemPackages = with pkgs; [ - microcodeIntel + microcode-intel firefox ]; @@ -65,10 +65,9 @@ extraPackages = with pkgs; [ intel-media-driver intel-vaapi-driver - vaapiVdpau + libva-vdpau-driver intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in) vpl-gpu-rt # QSV on 11th gen or newer - intel-media-sdk # QSV up to 11th gen ]; };