cache time added to nfs
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
systemd.mounts = [{
|
||||
type = "nfs";
|
||||
mountConfig = {
|
||||
Options = ["noatime" "fsc"];
|
||||
Options = ["noatime" "fsc" "actimeo=3600" ];
|
||||
};
|
||||
what = "${config.vars.nfs_server}:${config.vars.nfs_volume}";
|
||||
where = config.vars.nfs_mount;
|
||||
|
||||
Reference in New Issue
Block a user