Restore automount options for NFS share

This commit is contained in:
UGA Innovation Factory
2025-12-18 21:15:49 -05:00
parent a8cd308745
commit bae934b120

View File

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