Change some paths

This commit is contained in:
Bun 2025-03-15 22:28:38 -04:00
parent b3a2c38b0b
commit 380393b423
6 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
options = [ "nosuid" "nodev" ];
};
"/home/${config.sysusers.main}/Midas" = {
device = "10.100.0.1:/storage";
device = "10.100.0.1:/";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
};