nix-components
pegasust 2022-11-28 18:44:03 +00:00
parent 3a22bdcd75
commit 19ef7307df
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
boot.kernelParams = ["console=ttyS0,19200n8"];
boot.loader.grub.extraConfig = ''
serial --speed19200 --unit=0 --word=8 --parity=no --stop=1
serial --speed=19200 --unit=0 --word=8 --parity=no --stop=1
terminal_input serial;
terminal_output serial;
'';