{ config, lib, pkgs, ... }: with lib; { options = { }; config = { rc.service.aggety = { description = "start agetty on a terminal line"; }; }; }