From f8af0726331bdb5904ae69f7a8b0886abbcf69ab Mon Sep 17 00:00:00 2001 From: Chris Toph <36116606+TophC7@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:54:05 -0500 Subject: [PATCH] SUPER IMPORTANT FSTAB FIX enabled cache, necessary for a lot of docker containers --- host/cloud/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"