From beded12ff1e033cc642a4f26480cfee600040b30 Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 30 Apr 2025 19:57:37 +0800 Subject: [PATCH] modules.system.fileSystems.nfs: fix --- modules/system/fileSystems/nfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/fileSystems/nfs.nix b/modules/system/fileSystems/nfs.nix index 81996e34..7b0d79f5 100644 --- a/modules/system/fileSystems/nfs.nix +++ b/modules/system/fileSystems/nfs.nix @@ -27,7 +27,7 @@ inputs: options = builtins.concatLists [ # sync every seconds - [ "actimeo=1" ] + [ "actimeo=1" "noatime" ] # when try to mount at startup, wait 15 minutes before giving up (inputs.lib.optionals (device.value.hard or true) [ "retry=15" "x-systemd.device-timeout=15min" ]) # do not fail, just try continuously in background