Removed linux 5.18

This commit is contained in:
Luj 2022-09-25 06:48:54 +02:00
parent f752afb385
commit 3d4af29e80
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 = [ ];