Skip to content

Commit

Permalink
fix: serial
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 29, 2024
1 parent 0d56249 commit 448019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/personalities/base/serial.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let
'';
in
{
boot.kernelParams = [ "console=ttyS0,115200" "console=tty0" ];
boot.kernelParams = [ "console=tty0" "console=ttyS0,115200" ];

# set terminal size once after login
environment.loginShellInit = "${resize}/bin/resize";
Expand Down

0 comments on commit 448019e

Please sign in to comment.