about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSebastian Neubauer <sebastian.neubauer@amd.com>2020-08-28 09:47:50 +0200
committerSebastian Neubauer <sebastian.neubauer@amd.com>2020-09-14 17:41:23 +0200
commit0dca8d5b1eec611a6e2b770725eb841aa023c1b2 (patch)
tree9a3fff226dd3e1e22fee115003a440d89ced69d6 /nixos
parent13beb432fb21fb5bea38ac374df0fbace92eec76 (diff)
nixos/manual: add 32-bit amdvlk usage
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/configuration/gpu-accel.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration/gpu-accel.xml b/nixos/doc/manual/configuration/gpu-accel.xml
index 251e5c26ba44c..95ee13f4796e8 100644
--- a/nixos/doc/manual/configuration/gpu-accel.xml
+++ b/nixos/doc/manual/configuration/gpu-accel.xml
@@ -183,7 +183,12 @@ GPU1:
 	be forced as follows:
 
 	<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
-  <package>amdvlk</package>
+  pkgs.<package>amdvlk</package>
+];
+
+# To enable Vulkan support for 32-bit applications, also add:
+<xref linkend="opt-hardware.opengl.extraPackages32"/> = [
+  pkgs.driversi686Linux.<package>amdvlk</package>
 ];
 
 # For amdvlk