Odin: kernel 6.8
This commit is contained in:
parent
8d17a1f5b8
commit
d57b7fb42b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
boot = {
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
# kernelPackages = pkgs.linuxPackages_6_7_hardened;
|
||||
kernelPackages = pkgs.linuxPackages_6_7;
|
||||
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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue