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

13 lines
210 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 = [ 2186489671 ];
};
}