nix: set noatime on sharefs

Could improve performance, atime is not useful for this filesystem anyway.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-12-26 05:34:05 +09:00
parent b77c1ecfdb
commit 54712e0426

View File

@@ -85,6 +85,7 @@ in
"noexec"
"nosuid"
"nodev"
"noatime"
"auto_unmount"
"allow_other"
"clone_fd"