From e822e4f9b69c1c2fd280b27b8d41f13d64025d57 Mon Sep 17 00:00:00 2001 From: Bun Date: Sun, 13 Apr 2025 19:58:44 -0400 Subject: [PATCH] Update remote path of Redmond --- hosts/redmond/filesystems/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };