From 7ba9b0a41b8b72ef8ac263b6d4601432f6a41891 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 27 Apr 2019 12:33:27 +0200 Subject: [PATCH] nixos: Fix build of manual The build error has been introduced by 56dcc319cffc18411fd9bda020f0fbd. Using a within a is not allowed and subsequently fails to validate while building the manual. So instead, I moved the further down and outside of the to fix this. Signed-off-by: aszlig Cc: @aaronjanse, @Lassulus, @danbst --- nixos/doc/manual/configuration/x-windows.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml index 4e37a4c053aa..798d1fbdfd85 100644 --- a/nixos/doc/manual/configuration/x-windows.xml +++ b/nixos/doc/manual/configuration/x-windows.xml @@ -59,7 +59,15 @@ # systemctl start display-manager.service - + + + On 64-bit systems, if you want OpenGL for 32-bit programs such as in Wine, + you should also set the following: + + = true; + + + Auto-login The x11 login screen can be skipped entirely, automatically logging you into @@ -85,14 +93,6 @@ - - - On 64-bit systems, if you want OpenGL for 32-bit programs such as in Wine, - you should also set the following: - - = true; - - Proprietary NVIDIA drivers