summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/tasks/filesystems/ntfs.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/tasks/filesystems/ntfs.nix b/nixos/modules/tasks/filesystems/ntfs.nix
index 503ec64f9a9..ba71e7b30ea 100644
--- a/nixos/modules/tasks/filesystems/ntfs.nix
+++ b/nixos/modules/tasks/filesystems/ntfs.nix
@@ -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
-    '';
   };
 }