Skip to content

Commit

Permalink
Use latest kernel on asurada-spherion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Feb 2, 2025
1 parent c088368 commit 5395ea0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nixos-modules/hardware/google-asurada-spherion/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{ config, lib, ... }:
{
config,
lib,
pkgs,
...
}:

let
inherit (lib)
Expand All @@ -21,6 +26,8 @@ in

hardware.deviceTree.name = "mediatek/mt8192-asurada-spherion-r0.dtb";

boot.kernelPackages = pkgs.linuxPackages_latest;

boot.kernelParams = [
"console=ttyS0,115200"
"console=tty1"
Expand Down

0 comments on commit 5395ea0

Please sign in to comment.