I cannot mount NFS file system from "/etc/fstab" at system startup, after started if I run "sudo mount -a" it is mounted without problems. So how do I mount it from the beginning without user intervention?

# <file system>                           <mount point>  <type>  <options>  <dump>  <pass>
UUID=1682-FF16                            /boot          vfat    umask=0077 0 2
UUID=a90cc90e-8963-4747-a6ca-298121c9e27c /              xfs     defaults,noatime,discard 0 1
UUID=ed75cf62-a514-4911-a863-02ce686fb7b5 /home          xfs     defaults,noatime,discard 0 2
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
#192.168.88.253:/                    /home/tati/almazen   nfs     auto,noatime,nolock,bg,nfsvers=4,intr,tcp,actimeo=1800 0 0
192.168.88.253:/almazen4t-descargas       /home/tati/almazen nfs rw,hard,intr 0 0

Does anyone use folders shared by NFS in KaOS?
Any alternative solution to fstab to have the folders shared from the start of the system, or user session?

 tati  ~  sudo mount -a
Contraseña: 
 tati  ~  nfsstat -m
/media/almazen/documentos from 192.168.88.253:/_documentos
 Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.88.254,local_lock=none,addr=192.168.88.253

/media/almazen/descargas from 192.168.88.253:/almazen4t-descargas
 Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.88.254,local_lock=none,addr=192.168.88.253

 tati  ~  
11 days later

Aún no lo he conseguido, me sería muy útil si alguien me pudiera dar algunas pistas de donde buscar el problema, o si es que solo funciona así.