2007-01-23 11:11:58 +00:00
|
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
2007-02-06 21:14:02 +00:00
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
2014-08-24 18:18:18 +01:00
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
|
version="5.0"
|
2015-07-22 15:09:00 +01:00
|
|
|
|
xml:id="book-nixos-manual">
|
2016-06-01 15:23:32 +01:00
|
|
|
|
|
2007-01-23 11:11:58 +00:00
|
|
|
|
<info>
|
|
|
|
|
<title>NixOS Manual</title>
|
2013-11-01 15:44:03 +00:00
|
|
|
|
<subtitle>Version <xi:include href="version" parse="text" /></subtitle>
|
2007-01-23 11:11:58 +00:00
|
|
|
|
</info>
|
|
|
|
|
|
2007-02-06 21:14:02 +00:00
|
|
|
|
<preface>
|
|
|
|
|
<title>Preface</title>
|
|
|
|
|
|
2013-08-20 12:28:33 +01: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-01-07 23:35:27 +00:00
|
|
|
|
|
2013-08-20 12:28:33 +01:00
|
|
|
|
<para>If you encounter problems, please report them on the
|
2012-04-24 16:19:24 +01:00
|
|
|
|
<literal
|
2017-07-18 12:41:28 +01:00
|
|
|
|
xlink:href="https://groups.google.com/forum/#!forum/nix-devel">nix-devel</literal>
|
2013-08-20 12:28:33 +01: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 09:46:24 +01:00
|
|
|
|
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS’ GitHub
|
2013-08-20 12:28:33 +01:00
|
|
|
|
issue tracker</link>.</para>
|
2013-01-07 23:35:27 +00:00
|
|
|
|
|
2016-06-01 21:55:18 +01:00
|
|
|
|
<note><para>Commands prefixed with <literal>#</literal> have to be run as
|
2016-06-01 15:23:32 +01:00
|
|
|
|
root, either requiring to login as root user or temporarily switching
|
2016-06-01 21:55:18 +01:00
|
|
|
|
to it using <literal>sudo</literal> for example.</para></note>
|
2007-02-06 21:14:02 +00:00
|
|
|
|
</preface>
|
2013-01-07 23:35:27 +00:00
|
|
|
|
|
2014-08-24 18:18:18 +01:00
|
|
|
|
<xi:include href="installation/installation.xml" />
|
|
|
|
|
<xi:include href="configuration/configuration.xml" />
|
|
|
|
|
<xi:include href="administration/running.xml" />
|
2012-05-14 05:01:47 +01:00
|
|
|
|
<!-- <xi:include href="userconfiguration.xml" /> -->
|
2015-01-25 19:12:06 +00:00
|
|
|
|
<xi:include href="development/development.xml" />
|
2014-02-18 16:05:34 +00:00
|
|
|
|
|
|
|
|
|
<appendix xml:id="ch-options">
|
2014-08-24 18:18:18 +01:00
|
|
|
|
<title>Configuration Options</title>
|
2009-07-14 16:47:03 +01:00
|
|
|
|
<xi:include href="options-db.xml" />
|
2014-02-18 16:05:34 +00:00
|
|
|
|
</appendix>
|
2007-01-23 11:11:58 +00:00
|
|
|
|
|
2015-07-22 15:17:06 +01:00
|
|
|
|
<xi:include href="release-notes/release-notes.xml" />
|
|
|
|
|
|
2007-11-05 21:17:16 +00:00
|
|
|
|
</book>
|