{ lib, pkgs, config, ... }: with lib; { local.sys.task-force-beta-bot = { enable = true; tokenFile = "/var/trust/task_force_beta_bot/telegram_token"; allowedChats = [ (-1002186489671) ]; }; }