wip/yesman
Eelco Dolstra 9 years ago
parent 61cca2cadf
commit d4d6b8cc61
  1. 6
      nixos/modules/tasks/filesystems/ntfs.nix

@ -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) {

Loading…
Cancel
Save