Use regular NFS mount instead of automount

This commit is contained in:
UGA Innovation Factory
2025-12-18 21:17:06 -05:00
parent bae934b120
commit a50e8938df

View File

@@ -260,7 +260,7 @@ in
fileSystems."/mnt/nfs_share" = {
device = "192.168.1.249:/mnt/nfs_share";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" "nfsvers=4" "rw" "soft" ];
options = [ "nfsvers=4" "rw" "soft" "_netdev" ];
};
# Supabase CLI configuration - runs in writable directory