Update NFS mount on nuc-server
This commit is contained in:
parent
61684bbb6c
commit
54ac624c4b
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
"_netdev"
|
||||
"x-systemd.requires=tailscaled.service" # Ensure Tailscale is ready
|
||||
"nofail" # Don't fail boot if mount fails
|
||||
"noatime"
|
||||
"Nodiratime"
|
||||
"rw"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue