nullbox: /ntfs nofail

This commit is contained in:
NullBite 2024-03-23 17:07:16 -04:00
parent 8ef0925c01
commit ffc0b1472f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -22,7 +22,7 @@
"/ntfs" = { "/ntfs" = {
fsType = "ntfs-3g"; fsType = "ntfs-3g";
device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F"; device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F";
options = [ "auto_cache" ]; options = [ "auto_cache" "nofail" ];
}; };
"/.btrfsroot" = { "/.btrfsroot" = {
options = [ "subvol=/" ]; options = [ "subvol=/" ];