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 <para>On 64-bit systems, if you want full acceleration for 32-bit
programs such as Wine, you should also set the following: programs such as Wine, you should also set the following:
<programlisting> <programlisting>
services.xserver.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
</programlisting> </programlisting>
</para> </para>