Update NFS mount on nuc-server

This commit is contained in:
albert 2024-12-24 01:55:25 +01:00
parent 61684bbb6c
commit 54ac624c4b
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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"
];
};
}