summary refs log tree commit diff
path: root/nixos/doc/manual/man-configuration.xml
blob: 05531b3909a3fdffab8e91a390b6f423021deeab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<refentry xmlns="http://docbook.org/ns/docbook"
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude">

<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="options-db.xml" />

</refsection>

</refentry>