nixos-hardware/pcengines/apu/default.nix

4 lines
56 B
Nix
Raw Normal View History

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