[SOLVED] NFS share not mounting at boot

osmc@osmc:~$ cat /etc/fstab 
/dev/mmcblk0p1  /boot    vfat     defaults,noatime    0   0
/dev/mmcblk0p2  /    ext4      defaults,noatime    0   0

192.168.1.1:/tmp/mnt/Main /mnt/Main nfs rsize=8192,wsize=8192,timeo=14,intr,rw,user

Just posting this because It was half-written already when I solved the problem. Here’s what I’m using:

osmc@osmc:~$ cat /etc/fstab 
/dev/mmcblk0p1  /boot    vfat     defaults,noatime    0   0
/dev/mmcblk0p2  /    ext4      defaults,noatime    0   0

192.168.1.1:/tmp/mnt/Main /mnt/Main nfs rsize=8192,wsize=8192,timeo=14,intr,rw,user,x-systemd.automount, noauto