From baf8b3fb3d7cf6b0530cb1d93a27d3dff3d1dce8 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 20 Sep 2024 09:33:33 -0700 Subject: Migrate away from zfs.latestCompatibleLinuxPackages --- hosts/kaitain/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kaitain') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 73fe489..e6b264a 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; - kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; + kernelPackages = pkgs.linuxPackages_6_10; loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; -- cgit v1.2.3