Your Name 2021-08-20 11:22:07 -04:00
parent bfd2f800ee
commit 54aa35d40e

View File

@ -64,6 +64,11 @@ in
boot.loader.grub.efiSupport = cfg.efi;
boot.loader.grub.efiInstallAsRemovable = cfg.efi;
boot.loader.timeout = 1;
boot.loader.grub.extraConfig = ''
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal_output console serial
terminal_input console serial
'';
boot.initrd.network.enable = true;