Had to setup a NFS share and realized that I haven't done so since the Solaris 8 days.
Good thing that my setup is for a trusted network.
so quickly writing a /etc/exports and adding the correct line to the clients /etc/fstab don't forget to add a ,noauto there and done.
,nobootwait doesn't seem to be a thing anymore.
I'm not looking forward to the Kerberos fuckery
Oh and before anyone asks to get a NFS server running on Chimera Linux all you have to do is
doas apk add nfs-utils-server-dinit
doas dinitctl enable nfs-server
# write your /etc/exports file
doas exportfs -a

