synit: fix getty service

This commit is contained in:
Emery Hemingway 2022-09-14 20:40:25 -05:00
parent 2f6afc8d0b
commit 92e3850ab5
1 changed files with 10 additions and 3 deletions

View File

@ -16,9 +16,16 @@ with lib;
"syndicate/boot/001-console-getty.pr".text = ''
<require-service <daemon console-getty>>
<daemon console-getty "${
lib.getBin pkgs.util-linux
}/bin/agetty 0 /dev/console">
<daemon console-getty [
"${lib.getBin pkgs.util-linux}/bin/agetty"
"--login-program"
"${config.services.getty.loginProgram}"
"--noclear"
"--keep-baud"
"console"
"115200,38400,9600"
"linux"
]>
'';
"syndicate/boot/020-load-core-layer.pr".text = ''