nixos-manual: Fix reference to obsolete configuration option

This commit is contained in:
Nathaniel Baxter 2014-09-07 12:14:44 +10:00 committed by Bjørn Forsman
parent c3361f9414
commit 5856fbc7d2

View file

@ -67,7 +67,7 @@ with other kernel modules.</para>
<para>On 64-bit systems, if you want full acceleration for 32-bit
programs such as Wine, you should also set the following:
<programlisting>
services.xserver.driSupport32Bit = true;
hardware.opengl.driSupport32Bit = true;
</programlisting>
</para>