Removed linux 5.18

This commit is contained in:
Julien Malka 2022-09-25 06:48:54 +02:00
parent 0473e82aed
commit 74155f0524
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 2 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 = pkgs.linuxPackages_5_18;
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];

View file

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