summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/configuration.xml
blob: 6949189b8883ca6e01be887ff11cbf8192fce9ea (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
<part xmlns="http://docbook.org/ns/docbook"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      version="5.0"
      xml:id="ch-configuration">
 <title>Configuration</title>
 <partintro xml:id="ch-configuration-intro">
  <para>
   This chapter describes how to configure various aspects of a NixOS machine
   through the configuration file
   <filename>/etc/nixos/configuration.nix</filename>. As described in
   <xref linkend="sec-changing-config" />, changes to this file only take
   effect after you run <command>nixos-rebuild</command>.
  </para>
 </partintro>
 <xi:include href="config-syntax.xml" />
 <xi:include href="package-mgmt.xml" />
 <xi:include href="user-mgmt.xml" />
 <xi:include href="file-systems.xml" />
 <xi:include href="x-windows.xml" />
 <xi:include href="wayland.xml" />
 <xi:include href="gpu-accel.xml" />
 <xi:include href="xfce.xml" />
 <xi:include href="networking.xml" />
 <xi:include href="linux-kernel.xml" />
 <xi:include href="subversion.xml" />
 <xi:include href="../generated/modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />
 <xi:include href="profiles.xml" />
 <xi:include href="kubernetes.xml" />
<!-- Apache; libvirtd virtualisation -->
</part>