From 97e007665697fdad6323354a20f5cd3894df67d5 Mon Sep 17 00:00:00 2001 From: Bun Date: Sun, 13 Apr 2025 20:35:21 -0400 Subject: [PATCH] Update remote path of Redmond but fr this time --- 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 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" ];