1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04: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" ];
}