From d4d6b8cc61562e93005c692136a0da8080d27b8b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Apr 2015 14:24:42 +0200 Subject: [PATCH] Grmbl --- nixos/modules/tasks/filesystems/ntfs.nix | 6 ------ 1 file changed, 6 deletions(-) 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) {