From c395664bac29274f362377b6dcde26b339e19512 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 28 Oct 2024 06:59:47 -0500 Subject: [PATCH] cyclone: Use latest kernel once more --- hosts/linux/cyclone/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linux/cyclone/hardware-configuration.nix b/hosts/linux/cyclone/hardware-configuration.nix index c06ddda..7e4529a 100644 --- a/hosts/linux/cyclone/hardware-configuration.nix +++ b/hosts/linux/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_6_10; + kernelPackages = pkgs.linuxPackages_latest; zfs = { package = pkgs.zfs_unstable; # For reasons unbeknownst to humanity, this drive