diff --git a/modules/tasks/filesystems/xfs.nix b/modules/tasks/filesystems/xfs.nix index fbc0fe5ccb1..5f9eb741c2a 100644 --- a/modules/tasks/filesystems/xfs.nix +++ b/modules/tasks/filesystems/xfs.nix @@ -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 ''