Odin: use standard kernel
This commit is contained in:
parent
96c1409845
commit
111865b7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
boot = {
|
boot = {
|
||||||
# kernelPackages = pkgs.linuxPackages_latest;
|
# kernelPackages = pkgs.linuxPackages_latest;
|
||||||
# kernelPackages = pkgs.linuxPackages_6_7_hardened;
|
# kernelPackages = pkgs.linuxPackages_6_7_hardened;
|
||||||
kernelPackages = pkgs.linuxPackages_6_8;
|
# kernelPackages = pkgs.linuxPackages_6_8;
|
||||||
kernelParams = [ "acpi_osi=Linux-Dell-Video" ];
|
kernelParams = [ "acpi_osi=Linux-Dell-Video" ];
|
||||||
initrd.checkJournalingFS = true; # Use same ACPI identifier as Dell Ubuntu
|
initrd.checkJournalingFS = true; # Use same ACPI identifier as Dell Ubuntu
|
||||||
loader = { systemd-boot = { enable = true; editor = false; }; efi.canTouchEfiVariables = true; };
|
loader = { systemd-boot = { enable = true; editor = false; }; efi.canTouchEfiVariables = true; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue