mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-26 21:09:43 +01:00
pinebook_pro: Use the latest kernel by default
This commit is contained in:
parent
4669b71789
commit
0eb7ee1ea8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
(import ./overlay.nix)
|
(import ./overlay.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_pinebookpro;
|
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_pinebookpro_latest;
|
||||||
|
|
||||||
# This list of modules is not entirely minified, but represents
|
# This list of modules is not entirely minified, but represents
|
||||||
# a set of modules that is required for the display to work in stage-1.
|
# a set of modules that is required for the display to work in stage-1.
|
||||||
|
|
Loading…
Reference in a new issue