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 1707d9af7f
commit b2f9c813de
3 changed files with 3 additions and 12 deletions

View file

@ -6,7 +6,7 @@
boot.zfs.requestEncryptionCredentials = true;
boot.loader.grub.copyKernels = true;
boot.loader.grub.efiSupport = false;
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelPackages = pkgs.linuxPackages_5_10;
boot.loader.grub.mirroredBoots = [
{ path = "/boot-1"; devices = [ "/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M1TVUVJV" ]; }