{ config, pkgs, lib, ... }: { boot.kernelParams = [ "console=ttyS1,115200n8" ]; environment.systemPackages = with pkgs; [ libraspberrypi ]; }