Quick notes on how to mount NFS shared drives, on Fedora Silverblue 42.
Install required packages:
sudo rpm-ostree install guestfs-tools
Add your shared drives to /etc/fstab:
server_hostname:directory_path_on_server directory_path_on_client nfs defaults,nofail,x-systemd.device-timeout=9 0 0
Reboot:
systemctl reboot