cyclone: Use latest ZFS-compatible kernel
This commit is contained in:
parent
25648c2887
commit
f612aec1c4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||||
# Use the latest kernel.
|
# Use the latest kernel.
|
||||||
# As such, we'll also use unstable ZFS.
|
# As such, we'll also use unstable ZFS.
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_6_10;
|
||||||
zfs = {
|
zfs = {
|
||||||
package = pkgs.zfs_unstable;
|
package = pkgs.zfs_unstable;
|
||||||
# For reasons unbeknownst to humanity, this drive
|
# For reasons unbeknownst to humanity, this drive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue