i don't think the guest is equal to the "guest additions"

This commit is contained in:
Daylin Morgan 2024-02-15 21:26:59 -06:00
parent 8a74d2b84f
commit 54552f1e44
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{...}: {
virtualisation.virtualbox = {
host.enable = true;
guest.enable = true;
# guest.enable = true;
};
users.extraGroups.vboxusers.members = ["daylin"];
}