mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Merge pull request #342 from NixOS/nanopc-t4
nanopc-t4: remove deprecated serial speed
This commit is contained in:
commit
2dfe8d55b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue