nix/sys/platforms/vps/srv/task-force-beta-bot.nix

13 lines
216 B
Nix

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