diff --git a/host/cloud/hardware.nix b/host/cloud/hardware.nix index 4c4fb64..36f181d 100644 --- a/host/cloud/hardware.nix +++ b/host/cloud/hardware.nix @@ -11,7 +11,7 @@ fsType = "fuse.mergerfs"; device = "/mnt/data*"; options = [ - "direct_io" + "cache.files=auto-full" "defaults" "allow_other" "minfreespace=50G"