Support mounting NTFS partitions on desktop
This commit is contained in:
parent
fe1219e2fb
commit
f0c6241b4a
1 changed files with 3 additions and 0 deletions
|
@ -29,4 +29,7 @@
|
|||
useOSProber = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Support mounting NTFS partition
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue