{ config, ... }: { fileSystems."/home/${config.sysusers.main}/Midas" = { device = "10.2.0.1:/"; fsType = "nfs4"; options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; }; }