diff --git a/nixos/modules/tasks/filesystems/ntfs.nix b/nixos/modules/tasks/filesystems/ntfs.nix index ba71e7b30ea..c40d2a1a80b 100644 --- a/nixos/modules/tasks/filesystems/ntfs.nix +++ b/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) {