summaryrefslogtreecommitdiffstats
path: root/pcengines/apu/default.nix
blob: 521887fe600bb15cc5129ac2efe5c416b6895ac6 (plain)
1
2
3
4
5
6
7
8
{
  boot.kernelParams = [ "console=ttyS0,115200n8" ];
  boot.loader.grub.extraConfig = "
    serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
    terminal_input serial
    terminal_output serial
  ";
}