removing the advise to add virtualbox's guest additions in configuration.nix

... because `nixos-generate-config` currently understand it's running under virtualbox, and correctly adds the configuration in `/etc/nixos/hardware-configuration.nix`
This commit is contained in:
Antonio Malara 2017-05-15 14:23:50 +02:00 committed by GitHub
parent e5a4da2ab8
commit f1ab9f3175

View File

@ -37,15 +37,7 @@
</orderedlist>
<para>
There are a few modifications you should make in configuration.nix. Enable
the virtualbox guest service in the main block:
</para>
<programlisting>
virtualisation.virtualbox.guest.enable = true;
</programlisting>
<para>
There are a few modifications you should make in configuration.nix.
Enable booting:
</para>