Use regular NFS mount instead of automount
This commit is contained in:
@@ -260,7 +260,7 @@ in
|
|||||||
fileSystems."/mnt/nfs_share" = {
|
fileSystems."/mnt/nfs_share" = {
|
||||||
device = "192.168.1.249:/mnt/nfs_share";
|
device = "192.168.1.249:/mnt/nfs_share";
|
||||||
fsType = "nfs";
|
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
|
# Supabase CLI configuration - runs in writable directory
|
||||||
|
|||||||
Reference in New Issue
Block a user