mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
i don't think the guest is equal to the "guest additions"
This commit is contained in:
parent
8a74d2b84f
commit
54552f1e44
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
virtualisation.virtualbox = {
|
virtualisation.virtualbox = {
|
||||||
host.enable = true;
|
host.enable = true;
|
||||||
guest.enable = true;
|
# guest.enable = true;
|
||||||
};
|
};
|
||||||
users.extraGroups.vboxusers.members = ["daylin"];
|
users.extraGroups.vboxusers.members = ["daylin"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue