ntfs.nix: Remove copypasta jfs stuff
Thanks to @wizeman for spotting this!
This commit is contained in:
		
							parent
							
								
									11a9774c75
								
							
						
					
					
						commit
						fc91ba52df
					
				@ -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
 | 
			
		||||
    '';
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user