forked from M-Labs/nix-scripts
rpi: use default linux kernel
This commit is contained in:
parent
d8a0b2bdac
commit
01c4478099
|
@ -6,8 +6,6 @@ in
|
|||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.kernelParams = ["cma=32M console=ttyS1,115200n8"];
|
||||
|
||||
fileSystems = {
|
||||
|
|
Loading…
Reference in New Issue