Use the latest kernel

This commit is contained in:
Rodrigo Arias 2023-04-28 11:50:43 +02:00
parent c1bbbd7793
commit 2815f5bcfd

View File

@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
# Use the GRUB 2 boot loader.
@ -18,6 +18,8 @@
"console=ttyS0,115200"
];
boot.kernelPackages = pkgs.linuxPackages_latest;
#boot.kernelPatches = lib.singleton {
# name = "osnoise-tracer";
# patch = null;