summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-21 11:32:52 +0100
committerGitHub <noreply@github.com>2020-12-21 11:32:52 +0100
commit652da3f4725fca67b702d5b6269486e2eaf6ab2d (patch)
tree33aab68c827ac61682ac8f7857d818aff7436aef /nixos/doc
parent1de5611574eafb8d1bf307209e69fd13a1e1c553 (diff)
parent15dcf1344ff77df7fc03f6ab188e9c60f970057c (diff)
Merge pull request #107134 from psibi/patch-2
nixos/manual: fix typo in virtualbox installation guide
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/installation/installing-virtualbox-guest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/installation/installing-virtualbox-guest.xml b/nixos/doc/manual/installation/installing-virtualbox-guest.xml
index 1cffeed48079..4957b700946e 100644
--- a/nixos/doc/manual/installation/installing-virtualbox-guest.xml
+++ b/nixos/doc/manual/installation/installing-virtualbox-guest.xml
@@ -83,7 +83,7 @@
VirtualBox settings (Machine / Settings / Shared Folders, then click on the
"Add" icon). Add the following to the
<literal>/etc/nixos/configuration.nix</literal> to auto-mount them. If you do
- not add <literal>"nofail"</literal>, the system will no boot properly. The
+ not add <literal>"nofail"</literal>, the system will not boot properly. The
same goes for disabling <literal>rngd</literal> which is normally used to get
randomness but this does not work in virtual machines.
</para>