summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles
diff options
context:
space:
mode:
authorErik Arvstedt <erik.arvstedt@gmail.com>2021-01-06 03:44:26 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2021-01-27 18:27:34 +0100
commit0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e (patch)
tree7e05d241d67d54ac4db843b47c16e93a352458fb /nixos/doc/manual/configuration/profiles
parent71e471636a0ff9d5467341867f7c25da22fcc726 (diff)
downloadnixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.tar
nixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.tar.gz
nixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.tar.bz2
nixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.tar.lz
nixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.tar.xz
nixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.tar.zst
nixpkgs-0b5fd3b7847445f3683ff60c8b896a7f2adc3b0e.zip
qemu-guest: remove security.rngd setting
Since release 20.09 `rngd.enable` defaults to false, so this setting is redundant.

Also fix the `qemu-quest` section of the manual that incorrectly claimed
that `rngd` was enabled.
Diffstat (limited to 'nixos/doc/manual/configuration/profiles')
-rw-r--r--nixos/doc/manual/configuration/profiles/qemu-guest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/doc/manual/configuration/profiles/qemu-guest.xml b/nixos/doc/manual/configuration/profiles/qemu-guest.xml
index 5d055c45d2d..3ed97b94b51 100644
--- a/nixos/doc/manual/configuration/profiles/qemu-guest.xml
+++ b/nixos/doc/manual/configuration/profiles/qemu-guest.xml
@@ -11,8 +11,7 @@
  </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>.
+  It makes virtio modules available on the initrd and sets the system time from
+  the hardware clock to work around a bug in qemu-kvm.
  </para>
 </section>