about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/headless.xml
blob: 3fceb6f912bd94e2e90506b2ed9866c12db5aecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>