64 lines
1.8 KiB
XML
64 lines
1.8 KiB
XML
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<info>
|
|
|
|
<title>NixOS Manual</title>
|
|
|
|
<author>
|
|
<personname>
|
|
<firstname>Eelco</firstname>
|
|
<surname>Dolstra</surname>
|
|
</personname>
|
|
</author>
|
|
|
|
<author>
|
|
<personname>
|
|
<firstname>Nicolas</firstname>
|
|
<surname>Pierron</surname>
|
|
</personname>
|
|
</author>
|
|
|
|
<copyright>
|
|
<year>2007-2012</year>
|
|
<holder>Eelco Dolstra</holder>
|
|
</copyright>
|
|
|
|
</info>
|
|
|
|
|
|
<preface>
|
|
<title>Preface</title>
|
|
|
|
<para>This manual describes NixOS, a Linux distribution based on
|
|
the purely functional package management system Nix.</para>
|
|
|
|
<para>NixOS is rather bleeding edge, and this manual is
|
|
correspondingly sketchy and quite possibly out of date. It gives
|
|
basic information on how to get NixOS up and running, but since
|
|
NixOS is very much a work in progress, you are likely to encounter
|
|
problems here and there. Extensive familiarity with Linux is
|
|
recommended. If you encounter problems, please report them on the
|
|
<literal
|
|
xlink:href="http://lists.science.uu.nl/mailman/listinfo/nix-dev">nix-dev@lists.science.uu.nl</literal>
|
|
mailing list or on <link
|
|
xlink:href="irc://irc.freenode.net/#nixos">the
|
|
<literal>#nixos</literal> channel on Freenode.</link>.</para>
|
|
|
|
</preface>
|
|
|
|
|
|
<xi:include href="installation.xml" />
|
|
<xi:include href="configuration.xml" />
|
|
<xi:include href="running.xml" />
|
|
<!-- <xi:include href="userconfiguration.xml" /> -->
|
|
<xi:include href="troubleshooting.xml" />
|
|
<xi:include href="development.xml" />
|
|
<chapter xml:id="ch-options">
|
|
<title>List of Options</title>
|
|
<xi:include href="options-db.xml" />
|
|
</chapter>
|
|
|
|
</book>
|