2014-08-24 18:18:18 +01:00
|
|
|
<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">
|
2018-05-02 00:57:09 +01:00
|
|
|
<title>Configuration</title>
|
2019-02-08 09:23:57 +00:00
|
|
|
<partintro xml:id="ch-configuration-intro">
|
2018-05-02 00:57:09 +01:00
|
|
|
<para>
|
2019-09-19 18:17:30 +01:00
|
|
|
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>.
|
2018-05-02 00:57:09 +01:00
|
|
|
</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" />
|
2020-07-16 19:23:05 +01:00
|
|
|
<xi:include href="gpu-accel.xml" />
|
2018-05-02 00:57:09 +01:00
|
|
|
<xi:include href="xfce.xml" />
|
|
|
|
<xi:include href="networking.xml" />
|
|
|
|
<xi:include href="linux-kernel.xml" />
|
|
|
|
<xi:include href="../generated/modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />
|
2018-10-25 09:15:25 +01:00
|
|
|
<xi:include href="profiles.xml" />
|
2018-09-17 13:12:44 +01:00
|
|
|
<xi:include href="kubernetes.xml" />
|
2014-08-24 18:18:18 +01:00
|
|
|
<!-- Apache; libvirtd virtualisation -->
|
|
|
|
</part>
|