From 91dced6ba00da6e374349e18e44ab4afb792aceb Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 11 Oct 2015 13:37:19 +0200 Subject: nixos/manual: installation iso logs in automatically --- nixos/doc/manual/installation/installing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml index e40c15e8316d..6d734cd8caca 100644 --- a/nixos/doc/manual/installation/installing.xml +++ b/nixos/doc/manual/installation/installing.xml @@ -18,8 +18,8 @@ The NixOS manual is available on virtual console 8 (press Alt+F8 to access). - Login as root and the empty - password. + You get logged in as root + (with empty password). If you downloaded the graphical ISO image, you can run start display-manager to start KDE. -- cgit 1.4.1 From 7487aba1a8f2b44d4b13216e9e08364a7f844a69 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Mon, 2 Nov 2015 01:14:40 +0300 Subject: manual: document nginx changes --- nixos/doc/manual/release-notes/rl-unstable.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml index 2745fb2cbe42..573b99d4902f 100644 --- a/nixos/doc/manual/release-notes/rl-unstable.xml +++ b/nixos/doc/manual/release-notes/rl-unstable.xml @@ -40,6 +40,20 @@ following incompatible changes: will include the Gitit service configuration options. + + nginx does not accept flags for enabling and + disabling modules anymore. Instead it accepts modules + argument, which is a list of modules to be built in. All modules now + reside in nginxModules set. Example configuration: + + + + + -- cgit 1.4.1