Corrected console typo

This commit is contained in:
Serĉanto de Scio 2019-07-03 22:46:23 +10:00
parent 1a16eb5bd8
commit b6c40babfb
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -12,7 +12,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "console-ttyS0,19200n8" ];
boot.kernelParams = [ "console=ttyS0,19200n8" ];
boot.loader = {
grub = {
extraConfig = ''