Odin: update to latest kernel

This commit is contained in:
Filippo Berto 2025-03-29 23:20:23 +01:00
parent 4e719a6f3a
commit 6e6a1210a2
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -4,7 +4,7 @@ let
in
{
boot = {
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "acpi_osi=Linux-Dell-Video" ];
initrd.checkJournalingFS = true; # Use same ACPI identifier as Dell Ubuntu
loader = {