summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/configuration/profiles/headless.section.xml
blob: a89551abd4116a4bd766518f3b24bfc072b86d1b (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" xml:id="sec-profile-headless">
  <title>Headless</title>
  <para>
    Common configuration for headless machines (e.g., Amazon EC2
    instances).
  </para>
  <para>
    Disables
    <link xlink:href="options.html#opt-sound.enable">sound</link>,
    <link xlink:href="options.html#opt-boot.vesa">vesa</link>, serial
    consoles,
    <link xlink:href="options.html#opt-systemd.enableEmergencyMode">emergency
    mode</link>,
    <link xlink:href="options.html#opt-boot.loader.grub.splashImage">grub
    splash images</link> and configures the kernel to reboot
    automatically on panic.
  </para>
</section>