deciso/dec: init, tested with DEC2750

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher
2023-07-18 08:46:08 -04:00
committed by Jörg Thalheim
parent 20f2efe651
commit ba9650b14e
3 changed files with 5 additions and 0 deletions

3
deciso/dec/default.nix Normal file
View File

@@ -0,0 +1,3 @@
{
boot.kernelParams = [ "console=ttyS0,115200n8" ];
}