1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/pcengines/apu/default.nix
2018-05-15 16:31:29 +03:00

4 lines
56 B
Nix

{
boot.kernelParams = [ "console=ttyS0,115200n8" ];
}