switch to latest kernel
This commit is contained in:
parent
ccee136e8c
commit
6b8045e955
2 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue