From 98d2e39d28278db84339824de0ded16631a94011 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 13 Mar 2024 13:22:39 +0000 Subject: [PATCH] architect: remove vdpau as default libva driver --- hosts/architect/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/architect/default.nix b/hosts/architect/default.nix index 10e9ce4..76b10f0 100644 --- a/hosts/architect/default.nix +++ b/hosts/architect/default.nix @@ -161,9 +161,5 @@ in }; smartd.enable = true; }; - - environment = { - variables = { LIBVA_DRIVER_NAME = "vdpau"; }; - }; }