switch to latest kernel

This commit is contained in:
twoneis 2025-02-08 01:29:08 +01:00
parent ccee136e8c
commit 6b8045e955
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
boot = {
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" ];
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
grub = {
devices = [ "/dev/sda" ];