Restore automount options for NFS share
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user