13 lines
216 B
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) ];
|
|
};
|
|
}
|