cache time added to nfs
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user