Odin: standard kernel
This commit is contained in:
parent
69509c31bb
commit
38bef82109
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
# 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