NTFS: Difference between revisions

imported>TheSirC
Add the syntax to enable write on NTFS
imported>XBLACKICEx
No edit summary
Line 1: Line 1:
== Enable NTFS support ==
== Enable NTFS support ==
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
boot.supportedFilesystems = [ "ntfs" ];
boot.supportedFilesystems = [ "ntfs3" ];
</syntaxHighlight>
</syntaxHighlight>