summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/headless.xml
blob: 1b64497ebf7f10d8b68c57868514784d3f8441fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<section 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="sec-profile-headless">
 <title>Headless</title>

 <para>
  Common configuration for headless machines (e.g., Amazon EC2 instances).
 </para>

 <para>
  Disables <link linkend="opt-sound.enable">sound</link>,
  <link linkend="opt-boot.vesa">vesa</link>, serial consoles,
  <link linkend="opt-systemd.enableEmergencyMode">emergency mode</link>,
  <link linkend="opt-boot.loader.grub.splashImage">grub splash images</link>
  and configures the kernel to reboot automatically on panic.
 </para>
</section>