diff --git a/iso/configuration.nix b/iso/configuration.nix index 389e6f6..e055c7d 100644 --- a/iso/configuration.nix +++ b/iso/configuration.nix @@ -11,7 +11,7 @@ in boot = { blacklistedKernelModules = [ "snd_pcsp" ]; - kernelPackages = pkgs.linuxPackages_6_1; + kernelPackages = pkgs.linuxPackages_latest; tmp.cleanOnBoot = true; loader = { @@ -22,6 +22,7 @@ in supportedFilesystems = [ "exfat" "zfs" + "bcachefs" ]; swraid.enable = lib.mkForce false;