aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-12-26 05:34:05 +0900
committerOphestra <cat@gensokyo.uk>2025-12-26 05:34:05 +0900
commit54712e04265f1e74194fe8df0cc8f596af2e80d5 (patch)
treee07403f21bebbd926168f7dddec84b78209d7703
parentb77c1ecfdb545f41fbf847681ac75f29d7998ad9 (diff)
nix: set noatime on sharefs
Could improve performance, atime is not useful for this filesystem anyway. Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--nixos.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos.nix b/nixos.nix
index 56cc4ee0..215b7901 100644
--- a/nixos.nix
+++ b/nixos.nix
@@ -85,6 +85,7 @@ in
"noexec"
"nosuid"
"nodev"
+ "noatime"
"auto_unmount"
"allow_other"
"clone_fd"