From 373d32f5c9a3916968c00e2990d5b0f4898473ee Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 4 Mar 2024 21:11:16 -0500 Subject: [PATCH] nullbox: auto_cache /ntfs --- hosts/nullbox/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index f59f3cc..a55dea5 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -21,6 +21,7 @@ "/ntfs" = { fsType = "ntfs-3g"; device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F"; + options = [ "auto_cache" ]; }; "/.btrfsroot" = { options = [ "subvol=/" ];