Sharing folder between nixos vm and macos host using Parallels

I was wondering if somebody managed to share folder(s) between a nixos virtual machine and a macos host using Parallels. Everything else works flawlessly using simply hardware.parallels.enable = true;.

I noticed that prlfsmountd is installed, but when I run it, it doesn’t detect any of the shared folders defined in Parallels VM settings.

sudo /nix/store/qbicwpj6pn...-prl-tools-20.4.1-55996/bin/prlfsmountd -f

Shared folders automount tool. Mode: 'f', SFs: ''

Config:

  • Macos Tahoe 26.1
  • Parallels Desktop Pro 26.1.1
  • NixOS 25.05.20250920

Thanks a lot!