diff --git a/lib/gen-iso-bcachefs.nix b/lib/gen-iso-bcachefs.nix index 54b5d35..77874de 100644 --- a/lib/gen-iso-bcachefs.nix +++ b/lib/gen-iso-bcachefs.nix @@ -11,6 +11,7 @@ let ]; boot.kernelPackages = lib.mkForce pkgs.linuxPackages_testing_bcachefs; boot.supportedFilesystems = [ "bcachefs" ]; + boot.initrd.availableKernelModules = [ "bcachefs" ]; isoImage.squashfsCompression = "gzip -Xcompression-level 1"; }) ];