Hi,
I got the following error whilst trying to instert the guest additions cd image:
The image file ‘home/davide/.VirtualBox/VBoxGuestAdditions_6.1.34.iso’ is inaccessible and is being ignored.
I have no /home/davide/.VirtualBox
folder; I have a home/davide/.config/VirtualBox
one which however does not contain any VBoxGuestAdditions
file.
Following this link, the relevant part of my configuration is:
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.guest.x11 = true;
users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
I found a workaround by manually downloading an iso and putting on a folder I created ad-hoc, but I wonder if there are not better ways to proceed?
Thanks
Davide