diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |