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