diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-26 05:34:05 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-26 05:34:05 +0900 |
| commit | 54712e04265f1e74194fe8df0cc8f596af2e80d5 (patch) | |
| tree | e07403f21bebbd926168f7dddec84b78209d7703 | |
| parent | b77c1ecfdb545f41fbf847681ac75f29d7998ad9 (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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ in "noexec" "nosuid" "nodev" + "noatime" "auto_unmount" "allow_other" "clone_fd" |
