Odin: standard kernel

This commit is contained in:
Filippo Berto 2025-03-18 20:41:10 +01:00
parent 69509c31bb
commit 38bef82109
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 = {