Merge pull request #342 from NixOS/nanopc-t4

nanopc-t4: remove deprecated serial speed
This commit is contained in:
Jörg Thalheim 2021-11-25 09:11:03 +00:00 committed by GitHub
commit 2dfe8d55b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;