22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-01 05:49:22 +02:00

Revert "zfs: stick to stable kernel"

This reverts commit 926b46de76.
This commit is contained in:
Sandro - 2023-01-27 23:28:03 +01:00
parent 7b3ecd1d5a
commit c1136d0aa6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -10,10 +10,7 @@ in
config = lib.mkIf (cfg.recommendedDefaults && cfg.enabled) {
boot = {
# TODO: reactivate when this no longer points to 6.0 which has the following bug:
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/7VPNMC77YC3SI5LFYKUA4B5MTFPLTLVB/
# https://lore.kernel.org/stable/CAFsF8vL4CGFzWMb38_XviiEgxoKX0GYup=JiUFXUOmagdk9CRg@mail.gmail.com/
# kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
zfs.forceImportRoot = false;
};