2007-01-23 14:11:58 +03:00
|
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
2007-02-07 00:14:02 +03:00
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
2014-08-24 21:18:18 +04:00
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
|
version="5.0"
|
2015-07-22 17:09:00 +03:00
|
|
|
|
xml:id="book-nixos-manual">
|
2018-05-02 02:57:09 +03:00
|
|
|
|
<info>
|
|
|
|
|
<title>NixOS Manual</title>
|
|
|
|
|
<subtitle>Version <xi:include href="./generated/version" parse="text" />
|
|
|
|
|
</subtitle>
|
|
|
|
|
</info>
|
2018-09-01 23:15:29 +03:00
|
|
|
|
<preface xml:id="preface">
|
2018-05-02 02:57:09 +03:00
|
|
|
|
<title>Preface</title>
|
|
|
|
|
<para>
|
2019-09-19 20:17:30 +03:00
|
|
|
|
This manual describes how to install, use and extend NixOS, a Linux
|
|
|
|
|
distribution based on the purely functional package management system Nix.
|
2018-05-02 02:57:09 +03:00
|
|
|
|
</para>
|
|
|
|
|
<para>
|
2019-09-19 20:17:30 +03:00
|
|
|
|
If you encounter problems, please report them on the
|
|
|
|
|
<literal
|
|
|
|
|
xlink:href="https://discourse.nixos.org">Discourse</literal> or
|
|
|
|
|
on the <link
|
|
|
|
|
xlink:href="irc://irc.freenode.net/#nixos">
|
|
|
|
|
<literal>#nixos</literal> channel on Freenode</link>. Bugs should be
|
|
|
|
|
reported in
|
|
|
|
|
<link
|
|
|
|
|
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS’
|
|
|
|
|
GitHub issue tracker</link>.
|
2018-05-02 02:57:09 +03:00
|
|
|
|
</para>
|
|
|
|
|
<note>
|
|
|
|
|
<para>
|
2019-09-19 20:17:30 +03:00
|
|
|
|
Commands prefixed with <literal>#</literal> have to be run as root, either
|
|
|
|
|
requiring to login as root user or temporarily switching to it using
|
|
|
|
|
<literal>sudo</literal> for example.
|
2018-05-02 02:57:09 +03:00
|
|
|
|
</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" />
|
|
|
|
|
<appendix xml:id="ch-options">
|
|
|
|
|
<title>Configuration Options</title>
|
|
|
|
|
<xi:include href="./generated/options-db.xml"
|
2018-04-28 11:00:55 +03:00
|
|
|
|
xpointer="configuration-variable-list" />
|
2018-05-02 02:57:09 +03:00
|
|
|
|
</appendix>
|
|
|
|
|
<xi:include href="release-notes/release-notes.xml" />
|
2007-11-06 00:17:16 +03:00
|
|
|
|
</book>
|