summary refs log tree commit diff
path: root/nixos/doc/manual/configuration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/configuration.xml')
-rw-r--r--nixos/doc/manual/configuration.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration.xml b/nixos/doc/manual/configuration.xml
index 9bca53ae9040..e6d7dee251af 100644
--- a/nixos/doc/manual/configuration.xml
+++ b/nixos/doc/manual/configuration.xml
@@ -1235,7 +1235,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>
-service.xserver.driSupport32Bit = true;
+services.xserver.driSupport32Bit = true;
 </programlisting>
 </para>