1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00

nanopc-t4: use kernelParams to set tty baud rate

we no longer support mingetty.serialSpeed.
This commit is contained in:
Jörg Thalheim 2021-11-25 08:40:38 +01:00
parent 4045d5f43a
commit eafbea9efd

View File

@ -8,7 +8,7 @@
};
# UART debug console bitrates.
services.mingetty.serialSpeed = [ 1500000 115200 ];
boot.kernelParams = [ "console=ttyS2,1500000" ];
# Enable additional firmware (such as Wi-Fi drivers).
hardware.enableRedistributableFirmware = lib.mkDefault true;