mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add back guest additions cd to virtualbox
This commit is contained in:
parent
5b7025f6d5
commit
fba73fdaa4
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
{...}: {
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox = {
|
||||
host.enable = true;
|
||||
guest.enable = true;
|
||||
};
|
||||
users.extraGroups.vboxusers.members = ["daylin"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue