nixos-hardware/pcengines/apu/default.nix

4 lines
56 B
Nix
Raw Normal View History

2018-05-15 13:31:29 +00:00
{
boot.kernelParams = [ "console=ttyS0,115200n8" ];
}