From a50e8938dff8e835e7ab46ae7e14519d46534703 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 21:17:06 -0500 Subject: [PATCH] Use regular NFS mount instead of automount --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 880abe4..3e6a0e6 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 = [ "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