Update pinebook-pro.nix

This commit is contained in:
Aaron Honeycutt 2023-11-30 14:26:50 +00:00
parent 1f4b95c64f
commit 2a0df167ef

View file

@ -9,6 +9,7 @@
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "console=tty0" ];
boot.loader = {
efi = {