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