From 9e1c37a1d215a24e9fd1109a58d6af2dd773bd57 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 20 Mar 2025 17:59:02 -0500 Subject: [PATCH] cyclone: Upgrade to kernel 6.13 --- 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 e1e7da1..926f248 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_12; + kernelPackages = pkgs.linuxPackages_6_13; zfs = { package = pkgs.zfs_unstable; # For reasons unbeknownst to humanity, this drive