mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Revert "nixos: Fix fsck with systemd 251.6 and later"
This reverts commit d9b1bde390
.
This commit is contained in:
parent
8c8f38c136
commit
acecd1ec7b
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue