Automount nfs in AppVM

Hello. I can mount an nfs share in my AppVM from the terminal with no problems. If I add that same command to rc.local it doesn’t work.

Based on a similar post I added the following to rc.local to no avail

until systemctl is-active network.target; do sleep 1; done

I also added the follow which confims rc.local is executing

touch /tmp/boot_$(date +%s)

Can someone help me troubleshoot further? Thanks in advance

Check if there’s anything interesting in

sudo journalctl -b -u qubes-misc-post.service

thanks - this showed me the problem.

Apparently ~ can’t be used for /home/user in rc.log