diff --git a/hosts/redmond/filesystems/default.nix b/hosts/redmond/filesystems/default.nix index 12fbb3fc..119e3997 100644 --- a/hosts/redmond/filesystems/default.nix +++ b/hosts/redmond/filesystems/default.nix @@ -6,7 +6,7 @@ fsType = "ntfs"; options = [ "nosuid" "nodev" ]; }; - "/home/${config.sysusers.main}/Midas" = { + "/home/${config.sysusers.main}/Network/Midas" = { device = "10.100.0.1:/storage"; fsType = "nfs4"; options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];