about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/headless.xml
blob: 54dc61f236e0b348e8c232b3f52e5003cd4a5fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

<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>