Support mounting NTFS partitions on desktop

This commit is contained in:
Elnu 2023-01-27 18:02:51 -08:00
parent fe1219e2fb
commit f0c6241b4a

View file

@ -29,4 +29,7 @@
useOSProber = true; useOSProber = true;
}; };
}; };
# Support mounting NTFS partition
boot.supportedFilesystems = [ "ntfs" ];
} }