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

4 lines
56 B
Nix
Raw Normal View History

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