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=/" ];