This commit is contained in:
Eelco Dolstra 2015-04-20 14:24:42 +02:00
parent 61cca2cadf
commit d4d6b8cc61

View file

@ -2,12 +2,6 @@
with lib;
let
inInitrd = any (fs: fs == "ntfs") config.boot.initrd.supportedFilesystems;
in
{
config = mkIf (any (fs: fs == "ntfs" || fs == "ntfs-3g") config.boot.supportedFilesystems) {