Update remote path of Redmond

This commit is contained in:
Bun 2025-04-13 19:58:44 -04:00
parent f377e4fb9b
commit e822e4f9b6

View file

@ -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" ];
};