Don't include ntfs-3g by default

Issue #7117.
This commit is contained in:
Eelco Dolstra
2015-04-19 22:06:45 +02:00
parent c0f70b4694
commit 57b05765c9
5 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -50,6 +50,6 @@
];
# Include support for various filesystems.
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" ];
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" ];
}