From bae934b120d5859606db748b48c3660835e1e75c Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 21:15:49 -0500 Subject: [PATCH] Restore automount options for NFS share --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 3b6618a..880abe4 100644 --- a/default.nix +++ b/default.nix @@ -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