cache time added to nfs

This commit is contained in:
2026-01-24 11:20:43 +01:00
parent 940d45730c
commit 76034fd3cf
+1 -1
View File
@@ -18,7 +18,7 @@
systemd.mounts = [{ systemd.mounts = [{
type = "nfs"; type = "nfs";
mountConfig = { mountConfig = {
Options = ["noatime" "fsc"]; Options = ["noatime" "fsc" "actimeo=3600" ];
}; };
what = "${config.vars.nfs_server}:${config.vars.nfs_volume}"; what = "${config.vars.nfs_server}:${config.vars.nfs_volume}";
where = config.vars.nfs_mount; where = config.vars.nfs_mount;