Loading nixos/modules/tasks/filesystems.nix +1 −5 Original line number Diff line number Diff line Loading @@ -300,11 +300,7 @@ in boot.supportedFilesystems = map (fs: fs.fsType) fileSystems; # Add the mount helpers to the system path so that `mount' can find them. system.fsPackages = [ pkgs.dosfstools # This is needed for the main fsck utility wrapping the fs-specific ones. pkgs.util-linux ]; system.fsPackages = [ pkgs.dosfstools ]; environment.systemPackages = with pkgs; [ fuse3 fuse ] ++ config.system.fsPackages; Loading Loading
nixos/modules/tasks/filesystems.nix +1 −5 Original line number Diff line number Diff line Loading @@ -300,11 +300,7 @@ in boot.supportedFilesystems = map (fs: fs.fsType) fileSystems; # Add the mount helpers to the system path so that `mount' can find them. system.fsPackages = [ pkgs.dosfstools # This is needed for the main fsck utility wrapping the fs-specific ones. pkgs.util-linux ]; system.fsPackages = [ pkgs.dosfstools ]; environment.systemPackages = with pkgs; [ fuse3 fuse ] ++ config.system.fsPackages; Loading