Odin: use standard kernel

This commit is contained in:
Filippo Berto 2024-06-05 10:39:28 +02:00
parent 96c1409845
commit 111865b7ee
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -12,7 +12,7 @@
boot = {
# kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxPackages_6_7_hardened;
kernelPackages = pkgs.linuxPackages_6_8;
# kernelPackages = pkgs.linuxPackages_6_8;
kernelParams = [ "acpi_osi=Linux-Dell-Video" ];
initrd.checkJournalingFS = true; # Use same ACPI identifier as Dell Ubuntu
loader = { systemd-boot = { enable = true; editor = false; }; efi.canTouchEfiVariables = true; };