Odin: switch to latest kernel
This commit is contained in:
parent
3f3d130971
commit
975acc5da4
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
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 = {
|
loader = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue