Fixed kernel version to 5.10 to avoid problems and updated zfs

This commit is contained in:
Julien Malka 2022-04-01 10:42:32 +02:00
parent 1849156fd6
commit 08bde4af31
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
3 changed files with 3 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, config, lib, ... }:
{
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelPackages = pkgs.linuxPackages_5_10;
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];