cyclone: Lock to kernel 6.12.x due to ZFS
This commit is contained in:
parent
829749bf73
commit
2bf1f1eb88
2 changed files with 7 additions and 7 deletions
|
@ -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_12;
|
||||
zfs = {
|
||||
package = pkgs.zfs_unstable;
|
||||
# For reasons unbeknownst to humanity, this drive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue