nixpkgs/nixos/doc/manual
Maximilian Bosch 5caa22fe0a Revert restrictive validation behavior for DM/WM defaults in the X module
The original idea behind this change (described in ticket #11064) was to
improve the assertions to avoid that users of the X server accidentally
forget to configure a DM or WM.

However this caused several issues with setups that require X, but no DM
or WM. The keymap testcases became instable as well as now disabling DMs
needs to be done explicitly.
(see https://github.com/NixOS/nixpkgs/pull/31268#issuecomment-347080036)

In the end the idea behind the change and #11064 was obviously a
mistake, so reverting it completely for now should be fine.
2018-03-28 20:34:05 +02:00
..
administration postgresql92: remove last references 2017-09-05 18:20:56 +02:00
configuration Remove Xfce-specific display manager tip 2018-02-19 15:18:07 -08:00
development nixos manual: fix (n)of typo 2018-03-18 09:00:35 +01:00
installation nixos doc: give context and definition re NIXOS_LUSTRATE 2018-03-07 01:23:20 +00:00
release-notes Revert restrictive validation behavior for DM/WM defaults in the X module 2018-03-28 20:34:05 +02:00
default.nix nixos/manual: Don't depend on non-bin outputs of libxml2 and libxslt 2018-03-21 22:18:49 +02:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
man-nixos-generate-config.xml
man-nixos-install.xml Fix installing the Nixpkgs channel on the installation media 2018-02-27 19:58:23 +01:00
man-nixos-option.xml Improved nixos-option manpage 2017-08-04 03:30:35 +02:00
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml Add a "nixos-enter" command 2018-02-05 19:41:54 +01:00
manual.xml Point to the new mailing list by replacing the old link 2017-07-18 13:44:10 +02:00
options-to-docbook.xsl nixos, lib: implement relatedPackages option 2018-02-09 19:51:06 +00:00
README
style.css

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.