9977f99740
man-configuration.xml is the only manpage we build using docbook at this time, and man-pages.xml includes just this one file. inline man-configuration.nix into man-pages.xml so we can refer to a single file to grab the manpage sources later rather than using find-by-suffix.
47 lines
1.6 KiB
XML
47 lines
1.6 KiB
XML
<reference xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>NixOS Reference Pages</title>
|
|
<info>
|
|
<author>
|
|
<personname><firstname>Eelco</firstname><surname>Dolstra</surname></personname>
|
|
<contrib>Author</contrib>
|
|
</author>
|
|
<author>
|
|
<personname><othername>The Nixpkgs/NixOS contributors</othername></personname>
|
|
<contrib>Author</contrib>
|
|
</author>
|
|
<copyright><year>2007-2022</year><holder>Eelco Dolstra and the Nixpkgs/NixOS contributors</holder>
|
|
</copyright>
|
|
</info>
|
|
<refentry>
|
|
<refmeta>
|
|
<refentrytitle><filename>configuration.nix</filename>
|
|
</refentrytitle><manvolnum>5</manvolnum>
|
|
<refmiscinfo class="source">NixOS</refmiscinfo>
|
|
<!-- <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -->
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname><filename>configuration.nix</filename></refname>
|
|
<refpurpose>NixOS system configuration specification</refpurpose>
|
|
</refnamediv>
|
|
<refsection>
|
|
<title>Description</title>
|
|
<para>
|
|
The file <filename>/etc/nixos/configuration.nix</filename> contains the
|
|
declarative specification of your NixOS system configuration. The command
|
|
<command>nixos-rebuild</command> takes this file and realises the system
|
|
configuration specified therein.
|
|
</para>
|
|
</refsection>
|
|
<refsection>
|
|
<title>Options</title>
|
|
<para>
|
|
You can use the following options in <filename>configuration.nix</filename>.
|
|
</para>
|
|
<xi:include href="./generated/options-db.xml"
|
|
xpointer="configuration-variable-list" />
|
|
</refsection>
|
|
</refentry>
|
|
</reference>
|