ntfs.nix: Remove copypasta jfs stuff

Thanks to @wizeman for spotting this!
This commit is contained in:
Eelco Dolstra 2015-04-20 14:06:44 +02:00
parent 11a9774c75
commit fc91ba52df

View File

@ -13,10 +13,5 @@ in
system.fsPackages = [ pkgs.ntfs3g ];
boot.initrd.kernelModules = mkIf inInitrd [ "jfs" ];
boot.initrd.extraUtilsCommands = mkIf inInitrd ''
copy_bin_and_libs ${pkgs.jfsutils}/sbin/fsck.jfs
'';
};
}