nixos/bcachefs: Use kernel 6.18 (#488645)

This commit is contained in:
K900
2026-02-09 08:32:49 +00:00
committed by GitHub
+2 -2
View File
@@ -242,8 +242,8 @@ in
}
];
# Bcachefs upstream recommends using the latest kernel
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
# Use LTS that bcachefs is compatible with.
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_6_18;
# needed for systemd-remount-fs
system.fsPackages = [ cfg.package ];