builders: fix serial console
This commit is contained in:
parent
88317d099c
commit
dd028656ac
|
@ -92,8 +92,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"console=ttyS0,115200"
|
|
||||||
"console=tty1"
|
"console=tty1"
|
||||||
|
"console=ttyS0,115200"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
|
|
Loading…
Reference in a new issue