Systemd Mounts - Ongoing Headaches

Hi All -

I’m having ongoing headaches working with systemd. I had my setup working flawlessly and something happened (no idea what).

My basic setup:
Unraid server with an array and a couple of external hard drives
Local laptops running Manjaro

Brief Description of Problem: I have my server array mounting fine locally with systemd but the externals are not. Interestingly enough, if I navigate to “Network” in Dolphin, I can see all the shares fine.

Array SystemD .automount file

  GNU nano 8.3                                                                     mnt-Tower-Media.automount                                                                                
[Unit]
Description=Automount Media mount from unRaid tower
ConditionPathExists=/mnt/Tower/Media

[Automount]
Where=/mnt/Tower/Media
TimeoutIdleSec=20

[Install]
WantedBy=multi-user.target

.mount file:

  GNU nano 8.3                                                                       mnt-Tower-Media.mount                                                                                  
[Unit]
Description=Media folder mounted via NFS from Tower unRaid.
After=network.target

[Mount]
What=192.168.0.245:/mnt/user/Media
Where=/mnt/Tower/Media
Type=nfs
Options=_netdev,auto
WantedBy=multi-user.target

Again - this works perfect.

Then my expansion external:

  GNU nano 8.3                                                                   mnt-Tower-Expansion1.automount                                                                             
[Unit]
Description=Automount Media mount from unRaid tower
ConditionPathExists=/mnt/Tower/Expansion1

[Automount]
Where=/mnt/Tower/Expansion1
TimeoutIdleSec=20

[Install]
WantedBy=multi-user.target

[Unit]
Description=Media folder mounted via NFS from Tower unRaid.
After=network.target

[Mount]
What=192.168.0.245:/mnt/disks/Expansion1
Where=/mnt/Tower/Expansion1
Type=nfs
Options=_netdev,auto
WantedBy=multi-user.target

I’ve confirmed that the share is enabled on the Expansion1 external drive from within Unraid. And, this appears to be confirmed as I can navigate fine via Dolphin → Network.

Help appreciated as this is creating downstream effects on my home setup…

I should include that this command gives no errors but doesn’t mount the drive:

sudo systemctl enable --now mnt-Tower-Expansion1.automount