nixpkgs/nixos/doc/manual/manual.xml

48 lines
1.6 KiB
XML
Raw Normal View History

<book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
2015-07-22 14:09:00 +00:00
xml:id="book-nixos-manual">
<info>
<title>NixOS Manual</title>
<subtitle>Version <xi:include href="version" parse="text" /></subtitle>
</info>
<preface>
<title>Preface</title>
2013-08-20 11:28:33 +00:00
<para>This manual describes how to install, use and extend NixOS,
a Linux distribution based on the purely functional package
management system Nix.</para>
2013-08-20 11:28:33 +00:00
<para>If you encounter problems, please report them on the
<literal
xlink:href="https://groups.google.com/forum/#!forum/nix-devel">nix-devel</literal>
2013-08-20 11:28:33 +00:00
mailing list or on the <link
xlink:href="irc://irc.freenode.net/#nixos">
<literal>#nixos</literal> channel on Freenode</link>. Bugs should
be reported in <link
2013-10-21 08:46:24 +00:00
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS GitHub
2013-08-20 11:28:33 +00:00
issue tracker</link>.</para>
2016-06-01 20:55:18 +00:00
<note><para>Commands prefixed with <literal>#</literal> have to be run as
root, either requiring to login as root user or temporarily switching
2016-06-01 20:55:18 +00:00
to it using <literal>sudo</literal> for example.</para></note>
</preface>
<xi:include href="installation/installation.xml" />
<xi:include href="configuration/configuration.xml" />
<xi:include href="administration/running.xml" />
<!-- <xi:include href="userconfiguration.xml" /> -->
<xi:include href="development/development.xml" />
2014-02-18 16:05:34 +00:00
<appendix xml:id="ch-options">
<title>Configuration Options</title>
<xi:include href="options-db.xml" />
2014-02-18 16:05:34 +00:00
</appendix>
<xi:include href="release-notes/release-notes.xml" />
</book>