mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
xfs wants 'crc32c', to be able to mount anything
Like btrfs.
This commit is contained in:
parent
7ac425a22f
commit
8a7b44a5e7
@ -13,7 +13,7 @@ in
|
||||
|
||||
system.fsPackages = [ pkgs.xfsprogs ];
|
||||
|
||||
boot.initrd.kernelModules = mkIf inInitrd [ "xfs" ];
|
||||
boot.initrd.kernelModules = mkIf inInitrd [ "xfs" "crc32c" ];
|
||||
|
||||
boot.initrd.extraUtilsCommands = mkIf inInitrd
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user