Release notes tweak
This commit is contained in:
parent
8910d3b85c
commit
29309c1631
1 changed files with 5 additions and 3 deletions
|
@ -130,9 +130,11 @@ rather than <literal>c-<replaceable>container-name</replaceable></literal>.</par
|
|||
|
||||
<listitem><para>GNOME 3.10 support has been dropped. The default GNOME version is now 3.12.</para></listitem>
|
||||
|
||||
<listitem><para>VirtualBox has been upgraded to 4.3.20 release. Users may be required to run
|
||||
<command>rm -rf /tmp.vbox*</command>. <literal>imports = [ <nixpkgs/nixos/modules/programs/virtualbox.nix> ]</literal>
|
||||
is no longer necessary, use <literal>services.virtualboxHost.enable = true</literal> instead.
|
||||
<listitem><para>VirtualBox has been upgraded to 4.3.20 release. Users
|
||||
may be required to run <command>rm -rf /tmp.vbox*</command>. The line
|
||||
<literal>imports = [ <nixpkgs/nixos/modules/programs/virtualbox.nix> ]</literal> is
|
||||
no longer necessary, use <literal>services.virtualboxHost.enable =
|
||||
true</literal> instead.
|
||||
</para>
|
||||
<para>Also, hardening mode is now enabled by default, which means that unless you want to use
|
||||
USB support, you no longer need to be a member of the <literal>vboxusers</literal> group.
|
||||
|
|
Loading…
Reference in a new issue