architect: remove vdpau as default libva driver

This commit is contained in:
Giulio De Pasquale 2024-03-13 13:22:39 +00:00
parent f68a48e38b
commit 98d2e39d28

View File

@ -161,9 +161,5 @@ in
}; };
smartd.enable = true; smartd.enable = true;
}; };
environment = {
variables = { LIBVA_DRIVER_NAME = "vdpau"; };
};
} }