From aa8d413300930e499dea76b0506b94caf357ba3e Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
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=/" ];