fix: add mkDefault to all components
This commit is contained in:
parent
b005f8d831
commit
67f2ce05b9
6 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
{lib, ...}: {
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||||
boot.loader.grub.extraConfig = "
|
||||
boot.loader.grub.extraConfig = lib.mkDefault "
|
||||
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
|
||||
terminal_input serial
|
||||
terminal_output serial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue