From f612aec1c4ccc42cb3a165023e7351c7ea2840bd Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 23 Sep 2024 20:14:13 -0500 Subject: [PATCH] cyclone: Use latest ZFS-compatible kernel --- hosts/cyclone/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cyclone/hardware-configuration.nix b/hosts/cyclone/hardware-configuration.nix index 7e4529a..c06ddda 100644 --- a/hosts/cyclone/hardware-configuration.nix +++ b/hosts/cyclone/hardware-configuration.nix @@ -16,7 +16,7 @@ initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; # Use the latest kernel. # As such, we'll also use unstable ZFS. - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_10; zfs = { package = pkgs.zfs_unstable; # For reasons unbeknownst to humanity, this drive