From 97162fa355f80aae15beca410cb39125fe3443d3 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 15 May 2024 16:55:10 +0200 Subject: [PATCH] Enbable latest compatible kernel with ZFS for `kirk` --- hosts/kirk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kirk/default.nix b/hosts/kirk/default.nix index 896a801..e13c5d8 100644 --- a/hosts/kirk/default.nix +++ b/hosts/kirk/default.nix @@ -78,7 +78,7 @@ "kvm-intel" ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7; + boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot = {