diff --git a/hosts/kitty/filesystems/default.nix b/hosts/kitty/filesystems/default.nix index 6ffba79a..653f9124 100644 --- a/hosts/kitty/filesystems/default.nix +++ b/hosts/kitty/filesystems/default.nix @@ -7,7 +7,7 @@ options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; }; "/home/${config.sysusers.main}/Midas" = { - device = "10.2.0.1:/storage"; + device = "11.0.0.1:/storage"; fsType = "nfs4"; options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ]; };