···123123 inherit assertions;
124124 # needed for systemd-remount-fs
125125 system.fsPackages = [ pkgs.bcachefs-tools ];
126126- # FIXME: Replace this with `linuxPackages_latest` when 6.7 is released, remove this line when the LTS version is at least 6.7
127127- boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_testing;
126126+ # FIXME: Remove this line when the default kernel has bcachefs
127127+ boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
128128 systemd.services = lib.mapAttrs' (mkUnits "") (lib.filterAttrs (n: fs: (fs.fsType == "bcachefs") && (!utils.fsNeededForBoot fs)) config.fileSystems);
129129 }
130130