summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Izquierdo <david@izquierdofernandez.com>2018-11-06 12:50:41 +0100
committerDavid Izquierdo <david@izquierdofernandez.com>2018-11-06 12:58:41 +0100
commitb303688f46e179019536e056a4421dd693e4fa6f (patch)
treedab562dfaf9cc7a42e798569800ceb7e4080c011
parent62e64978d288645db71fb54ac7868ae42001320a (diff)
downloadnixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.tar
nixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.tar.gz
nixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.tar.bz2
nixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.tar.lz
nixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.tar.xz
nixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.tar.zst
nixpkgs-b303688f46e179019536e056a4421dd693e4fa6f.zip
Docs: init section QEMU Guest in chapter Profiles
-rw-r--r--nixos/doc/manual/configuration/profiles.xml1
-rw-r--r--nixos/doc/manual/configuration/profiles/qemu-guest.xml16
2 files changed, 17 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/profiles.xml b/nixos/doc/manual/configuration/profiles.xml
index fb9d0967e61..92c0f6202f2 100644
--- a/nixos/doc/manual/configuration/profiles.xml
+++ b/nixos/doc/manual/configuration/profiles.xml
@@ -35,4 +35,5 @@
  <xi:include href="profiles/headless.xml" />
  <xi:include href="profiles/installation-device.xml" />
  <xi:include href="profiles/minimal.xml" />
+ <xi:include href="profiles/qemu-guest.xml" />
 </chapter>
diff --git a/nixos/doc/manual/configuration/profiles/qemu-guest.xml b/nixos/doc/manual/configuration/profiles/qemu-guest.xml
new file mode 100644
index 00000000000..d08068650fb
--- /dev/null
+++ b/nixos/doc/manual/configuration/profiles/qemu-guest.xml
@@ -0,0 +1,16 @@
+<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-qemu-guest">
+ <title>QEMU Guest</title>
+ <para>
+  This profile contains common configuration for virtual machines running under
+  QEMU (using virtio).
+ </para>
+ <para>
+  It makes virtio modules available on the initrd, sets the system time from
+  the hardware clock to work around a bug in qemu-kvm, and
+  <link linkend="opt-security.rngd.enable">enables rngd</link>.
+ </para>
+</section>