From cda84a311823ed8d35b7153a7b9c532a98a4ecd9 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 16 Oct 2024 12:51:57 -0700 Subject: Add VA-API @arrakis --- hosts/arrakis/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 3f12f83..1f01c8c 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -16,6 +16,8 @@ zfs.extraPools = [ "data" ]; }; + environment.sessionVariables = { LIBVA_DRIVER_NAME = "nvidia"; }; + fileSystems."/" = { device = "rpool/local/root"; fsType = "zfs"; -- cgit v1.2.3