diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 62dd83c..769a2eb 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -22,7 +22,7 @@ "/ntfs" = { fsType = "ntfs-3g"; device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F"; - options = [ "auto_cache" ]; + options = [ "auto_cache" "nofail" ]; }; "/.btrfsroot" = { options = [ "subvol=/" ];