Hi Andreas,

On Tue, Sep 2, 2014 at 11:06 AM, Andreas Herrmann <[email protected]> wrote:
> However, inside the virtual machine these are not available immediately. 
> These folders have to be mounted manually by executing the following command 
> as root:
>
>     mount.vboxsf hostHome /host_home

Have you tried listing it as an entry of the fileSystem of the vm, such as:

fileSystems."/host_home" = {
  fsType = "vboxsf";
  device = "hostHome";
};



-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to