From 2ffab7ba6a1f2290e37ca70f927366f28c6a606e Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Sun, 29 Dec 2013 11:43:59 +0100 Subject: [PATCH] Fixed a code typo in the documentation --- nixos/doc/manual/configuration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. On 64-bit systems, if you want full acceleration for 32-bit programs such as Wine, you should also set the following: -service.xserver.driSupport32Bit = true; +services.xserver.driSupport32Bit = true;