use latest kernel

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-05 14:10:50 +01:00
parent 61c6a2d5ed
commit bd5f29a97c

View file

@ -33,6 +33,7 @@ with lib.plusultra;
timeout = 2; timeout = 2;
}; };
initrd.systemd.enable = true; initrd.systemd.enable = true;
kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
}; };
# Configure console keymap # Configure console keymap